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