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