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