Beispiel #1
0
        private ChangeSets GetEmptyChangeSetsCandidates()
        {
            // ISSUE: object of a compiler-generated type is created
            // ISSUE: variable of a compiler-generated type
            WindowPending.\u003CGetEmptyChangeSetsCandidates\u003Ec__AnonStoreyC2 candidatesCAnonStoreyC2 = new WindowPending.\u003CGetEmptyChangeSetsCandidates\u003Ec__AnonStoreyC2();
            ChangeSets emptyChangeSets = this.pendingList.EmptyChangeSets;

            // ISSUE: reference to a compiler-generated field
            candidatesCAnonStoreyC2.toDelete = new ChangeSets();
            // ISSUE: reference to a compiler-generated method
            emptyChangeSets.FindAll((Predicate <ChangeSet>)(item => item.id != ChangeSet.defaultID)).ForEach(new System.Action <ChangeSet>(candidatesCAnonStoreyC2.\u003C\u003Em__232));
            // ISSUE: reference to a compiler-generated field
            return(candidatesCAnonStoreyC2.toDelete);
        }
 private ChangeSets GetEmptyChangeSetsCandidates()
 {
   // ISSUE: object of a compiler-generated type is created
   // ISSUE: variable of a compiler-generated type
   WindowPending.\u003CGetEmptyChangeSetsCandidates\u003Ec__AnonStoreyC2 candidatesCAnonStoreyC2 = new WindowPending.\u003CGetEmptyChangeSetsCandidates\u003Ec__AnonStoreyC2();
   ChangeSets emptyChangeSets = this.pendingList.EmptyChangeSets;
   // ISSUE: reference to a compiler-generated field
   candidatesCAnonStoreyC2.toDelete = new ChangeSets();
   // ISSUE: reference to a compiler-generated method
   emptyChangeSets.FindAll((Predicate<ChangeSet>) (item => item.id != ChangeSet.defaultID)).ForEach(new System.Action<ChangeSet>(candidatesCAnonStoreyC2.\u003C\u003Em__232));
   // ISSUE: reference to a compiler-generated field
   return candidatesCAnonStoreyC2.toDelete;
 }