2 writes to nav
System.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1805internal DocumentXPathNodeIterator_Empty( DocumentXPathNavigator nav ) { this.nav = nav.Clone(); } 1806internal DocumentXPathNodeIterator_Empty( DocumentXPathNodeIterator_Empty other ) { this.nav = other.nav.Clone(); }
2 references to nav
System.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1806internal DocumentXPathNodeIterator_Empty( DocumentXPathNodeIterator_Empty other ) { this.nav = other.nav.Clone(); } 1809public override XPathNavigator Current { get { return nav; } }