3 writes to _children
ReachFramework (3)
AlphaFlattener\Primitive.cs (3)
1999
_children
= new ArrayList();
2059
c.
_children
= new ArrayList();
2094
_children
= (ArrayList)_children.Clone();
6 references to _children
ReachFramework (6)
AlphaFlattener\Primitive.cs (6)
2010
return
_children
;
2094
_children = (ArrayList)
_children
.Clone();
2096
for (int index = 0; index <
_children
.Count; index++)
2098
_children
[index] = ((Primitive)
_children
[index]).DeepClone();
2130
foreach (Primitive primitive in
_children
)