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