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