1 instantiation of AxisStack
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (1)
318AxisStack stack = new AxisStack((ForwardAxis)axisTree.SubtreeArray[i], this);
6 references to AxisStack
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (6)
107if (!AxisStack.Equal(this.curNode.Name, this.curNode.Urn, name, URN)) 318AxisStack stack = new AxisStack((ForwardAxis)axisTree.SubtreeArray[i], this); 336AxisStack stack = (AxisStack)_axisStack[i]; 373((AxisStack)_axisStack[i]).MoveToParent(localname, URN, _currentDepth); 389if (((AxisStack)_axisStack[i]).MoveToAttribute(localname, URN, _currentDepth + 1))