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