1 write to name
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
233
this.
name
= name;
3 references to name
SMDiagnostics (3)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (3)
248
int size = this.
name
.Length + this.nodeValue.Length + 5;
489
retval = attributeNode.
name
;
683
retval = this.CurrentElement.CurrentAttribute.
name
;