1 write to nav
System.Xml (1)
System\Xml\XPath\XPathNavigator.cs (1)
1886this.nav = nav;
6 references to nav
System.Xml (6)
System\Xml\XPath\XPathNavigator.cs (6)
1889string result = nav.NodeType.ToString(); 1890switch (nav.NodeType) { 1892result += ", Name=\"" + nav.Name + '"'; 1897result += ", Name=\"" + nav.Name + '"'; 1898result += ", Value=\"" + XmlConvert.EscapeValueForDebuggerDisplay(nav.Value) + '"'; 1904result += ", Value=\"" + XmlConvert.EscapeValueForDebuggerDisplay(nav.Value) + '"';