1 write to _axisStack
System.Private.Xml (1)
System\Xml\Schema\Asttree.cs (1)
315
_axisStack
= new ArrayList(axisTree.SubtreeArray.Count); // defined length
7 references to _axisStack
System.Private.Xml (7)
System\Xml\Schema\Asttree.cs (7)
320
_axisStack
.Add(stack);
335
for (int i = 0; i <
_axisStack
.Count; ++i)
337
AxisStack stack = (AxisStack)
_axisStack
[i]!;
373
for (int i = 0; i <
_axisStack
.Count; ++i)
375
((AxisStack)
_axisStack
[i]!).MoveToParent(localname, URN, _currentDepth);
390
for (int i = 0; i <
_axisStack
.Count; ++i)
392
if (((AxisStack)
_axisStack
[i]!).MoveToAttribute(localname, URN, _currentDepth + 1))