2 writes to _nav
System.Private.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
2187
_nav
= (DocumentXPathNavigator)(nav.Clone());
2193
_nav
= (DocumentXPathNavigator)(other._nav.Clone());
6 references to _nav
System.Private.Xml (6)
System\Xml\Dom\DocumentXPathNavigator.cs (6)
2193
_nav = (DocumentXPathNavigator)(other.
_nav
.Clone());
2202
get { return
_nav
; }
2219
if (
_nav
.MoveToFirstChild())
2229
while (!
_nav
.MoveToNext())
2236
if (!
_nav
.MoveToParent())
2242
XmlNode node = (XmlNode)
_nav
.UnderlyingObject;