1 write to nodeValue
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
235this.nodeValue = value;
3 references to nodeValue
SMDiagnostics (3)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (3)
248int size = this.name.Length + this.nodeValue.Length + 5; 487if (string.Compare(ns, attributeNode.nodeValue, StringComparison.Ordinal) == 0) 805retval = this.CurrentElement.CurrentAttribute.nodeValue;