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