4 writes to children
System.Activities (4)
System\Activities\Activity.cs (4)
595this.children = children; 602this.children = new Collection<Activity>(); 1071this.children = null; 1165this.children = emptyChildren;
4 references to children
System.Activities (4)
System\Activities\Activity.cs (4)
363return this.children; 600if (this.children == null) 605this.children.Add(child); 1163if (this.children == null)