1 instantiation of AxisStack
System.Private.Xml (1)
System\Xml\Schema\Asttree.cs (1)
319AxisStack stack = new AxisStack((ForwardAxis)axisTree.SubtreeArray[i]!, this);
6 references to AxisStack
System.Private.Xml (6)
System\Xml\Schema\Asttree.cs (6)
104if (!AxisStack.Equal(this.curNode.Name, this.curNode.Urn, name, URN)) 319AxisStack stack = new AxisStack((ForwardAxis)axisTree.SubtreeArray[i]!, this); 337AxisStack stack = (AxisStack)_axisStack[i]!; 375((AxisStack)_axisStack[i]!).MoveToParent(localname, URN, _currentDepth); 392if (((AxisStack)_axisStack[i]!).MoveToAttribute(localname, URN, _currentDepth + 1))