2 writes to nav
System.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1821
this.
nav
= (DocumentXPathNavigator)(nav.Clone());
1826
this.
nav
= (DocumentXPathNavigator)(other.nav.Clone());
6 references to nav
System.Xml (6)
System\Xml\Dom\DocumentXPathNavigator.cs (6)
1826
this.nav = (DocumentXPathNavigator)(other.
nav
.Clone());
1834
get { return
nav
; }
1847
if (
nav
.MoveToFirstChild()) {
1854
while (!
nav
.MoveToNext()) {
1859
if (!
nav
.MoveToParent()) {
1864
XmlNode node = (XmlNode)
nav
.UnderlyingObject;