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