1 instantiation of AxisElement
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (1)
175AxisElement eaxis = new AxisElement(_subtree.RootNode, depth);
5 references to AxisElement
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (5)
175AxisElement eaxis = new AxisElement(_subtree.RootNode, depth); 220((AxisElement)_stack[i]).MoveToParent(depth, _subtree); 242if (((AxisElement)_stack[i]).MoveToChild(name, URN, depth, _subtree)) 274AxisElement eaxis = (AxisElement)_stack[i];