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