1 write to xmlns
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
236
this.
xmlns
= xmlns;
3 references to xmlns
SMDiagnostics (3)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (3)
255
if (!string.IsNullOrEmpty(this.
xmlns
))
257
size += this.
xmlns
.Length + 9; //upper bound
722
retval = this.CurrentElement.CurrentAttribute.
xmlns
;