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