7 references to RootNode
System.Xml (7)
System\Xml\Schema\Asttree.cs (7)
55if ((this.curNode.Input == parent.RootNode ) && (parent.IsDss)) { 56this.curNode = parent.RootNode; 151AxisElement eaxis = new AxisElement (this.subtree.RootNode, depth); 191if ( this.subtree.IsDss && Equal (this.subtree.RootNode.Name, this.subtree.RootNode.Urn, name, URN)) { 201if ( this.subtree.IsDss && Equal (this.subtree.RootNode.Name, this.subtree.RootNode.Urn, name, URN)) {