1 instantiation of AxisElement
System.Private.Xml (1)
System\Xml\Schema\Asttree.cs (1)
176AxisElement eaxis = new AxisElement(_subtree.RootNode, depth);
5 references to AxisElement
System.Private.Xml (5)
System\Xml\Schema\Asttree.cs (5)
176AxisElement eaxis = new AxisElement(_subtree.RootNode, depth); 221((AxisElement)_stack[i]!).MoveToParent(depth, _subtree); 243if (((AxisElement)_stack[i]!).MoveToChild(name, URN, depth, _subtree)) 275AxisElement eaxis = (AxisElement)_stack[i]!;