2 writes to _rootNode
System.Private.Xml (2)
System\Xml\Schema\Asttree.cs (2)
486
_rootNode
= axis;
489
_rootNode
= (DoubleLinkAxis)(_rootNode.Input);
3 references to _rootNode
System.Private.Xml (3)
System\Xml\Schema\Asttree.cs (3)
457
get { return
_rootNode
; }
487
while (
_rootNode
.Input != null)
489
_rootNode = (DoubleLinkAxis)(
_rootNode
.Input);