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