2 writes to rootNode
System.Xml (2)
System\Xml\Schema\Asttree.cs (2)
409this.rootNode = axis; 411this.rootNode = (DoubleLinkAxis)(this.rootNode.Input);
3 references to rootNode
System.Xml (3)
System\Xml\Schema\Asttree.cs (3)
385get { return this.rootNode; } 410while ( this.rootNode.Input != null ) { 411this.rootNode = (DoubleLinkAxis)(this.rootNode.Input);