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