2 writes to _nav
System.Private.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
2169
internal DocumentXPathNodeIterator_Empty(DocumentXPathNavigator nav) {
_nav
= nav.Clone(); }
2170
internal DocumentXPathNodeIterator_Empty(DocumentXPathNodeIterator_Empty other) {
_nav
= other._nav.Clone(); }
2 references to _nav
System.Private.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
2170
internal DocumentXPathNodeIterator_Empty(DocumentXPathNodeIterator_Empty other) { _nav = other.
_nav
.Clone(); }
2173
public override XPathNavigator Current { get { return
_nav
; } }