3 writes to childCache
System.Activities (3)
System\Activities\ActivityInstance.cs (3)
522
this.
childCache
= this.childList.AsReadOnly();
729
this.
childCache
= null;
736
this.
childCache
= null;
2 references to childCache
System.Activities (2)
System\Activities\ActivityInstance.cs (2)
520
if (this.
childCache
== null)
524
return this.
childCache
;