1 write to text
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
272
this.
text
= text;
2 references to text
SMDiagnostics (2)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (2)
282
return this.name.Length + this.
text
.Length + 12; //<?xml NAME="TEXT"?>
811
retval = this.CurrentProcessingInstruction.
text
;