1 write to xmlns
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
94
this.
xmlns
= xmlns;
4 references to xmlns
SMDiagnostics (4)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (4)
220
if (!string.IsNullOrEmpty(this.
xmlns
))
222
size += this.
xmlns
.Length + 9; // xmlns="xmlns"
477
if (string.Compare(ns, node.
xmlns
, StringComparison.Ordinal) == 0)
719
retval = this.CurrentElement.
xmlns
;