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); 335for (int i = 0; i < _axisStack.Count; ++i) 337AxisStack stack = (AxisStack)_axisStack[i]!; 373for (int i = 0; i < _axisStack.Count; ++i) 375((AxisStack)_axisStack[i]!).MoveToParent(localname, URN, _currentDepth); 390for (int i = 0; i < _axisStack.Count; ++i) 392if (((AxisStack)_axisStack[i]!).MoveToAttribute(localname, URN, _currentDepth + 1))