2 writes to childList
System.Activities (2)
System\Activities\ActivityInstance.cs (2)
468
this.
childList
= value;
725
this.
childList
= new ChildList();
12 references to childList
System.Activities (12)
System\Activities\ActivityInstance.cs (12)
376
return (this.
childList
!= null && this.
childList
.Count > 0);
458
this.
childList
.Compress();
459
return this.
childList
;
522
this.childCache = this.
childList
.AsReadOnly();
529
return this.
childList
;
723
if (this.
childList
== null)
728
this.
childList
.Add(item);
734
Fx.Assert(this.
childList
!= null, "");
735
this.
childList
.Remove(item, true);
743
this.
childList
.AppendChildren(nextInstanceList, ref instancesRemaining);
793
this.
childList
.FixupList(this, instanceMap, executor);