3 writes to _children
ReachFramework (3)
AlphaFlattener\Primitive.cs (3)
1993
_children
= new ArrayList();
2053
c.
_children
= new ArrayList();
2088
_children
= (ArrayList)_children.Clone();
6 references to _children
ReachFramework (6)
AlphaFlattener\Primitive.cs (6)
2004
return
_children
;
2088
_children = (ArrayList)
_children
.Clone();
2090
for (int index = 0; index <
_children
.Count; index++)
2092
_children
[index] = ((Primitive)
_children
[index]).DeepClone();
2124
foreach (Primitive primitive in
_children
)