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()); 2202get { return _nav; } 2219if (_nav.MoveToFirstChild()) 2229while (!_nav.MoveToNext()) 2236if (!_nav.MoveToParent()) 2242XmlNode node = (XmlNode)_nav.UnderlyingObject;