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