3 writes to _children
ReachFramework (3)
AlphaFlattener\Primitive.cs (3)
1992
_children
= new ArrayList();
2052
c.
_children
= new ArrayList();
2087
_children
= (ArrayList)_children.Clone();
6 references to _children
ReachFramework (6)
AlphaFlattener\Primitive.cs (6)
2003
return
_children
;
2087
_children = (ArrayList)
_children
.Clone();
2089
for (int index = 0; index <
_children
.Count; index++)
2091
_children
[index] = ((Primitive)
_children
[index]).DeepClone();
2123
foreach (Primitive primitive in
_children
)