2 writes to _nav
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (2)
2211
_nav
= (DocumentXPathNavigator)(nav.Clone());
2217
_nav
= (DocumentXPathNavigator)(other._nav.Clone());
6 references to _nav
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (6)
2217
_nav = (DocumentXPathNavigator)(other.
_nav
.Clone());
2226
get { return
_nav
; }
2243
if (
_nav
.MoveToFirstChild())
2253
while (!
_nav
.MoveToNext())
2260
if (!
_nav
.MoveToParent())
2266
XmlNode node = (XmlNode)
_nav
.UnderlyingObject;