2 writes to nodeValue
SMDiagnostics (2)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (2)
291this.nodeValue = value; 369this.CurrentElement.text.nodeValue += value;
2 references to nodeValue
SMDiagnostics (2)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (2)
299return this.nodeValue.Length; 802retval = this.CurrentElement.text.nodeValue;