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