1 instantiation of AxisElement
System.Xml (1)
System\Xml\Schema\Asttree.cs (1)
151AxisElement eaxis = new AxisElement (this.subtree.RootNode, depth);
5 references to AxisElement
System.Xml (5)
System\Xml\Schema\Asttree.cs (5)
151AxisElement eaxis = new AxisElement (this.subtree.RootNode, depth); 187((AxisElement)stack[i]).MoveToParent (depth, this.subtree); 205if (((AxisElement)stack[i]).MoveToChild(name, URN, depth, this.subtree)) { 231AxisElement eaxis = (AxisElement)this.stack[i];