1 write to navigator
SMDiagnostics (1)
System\ServiceModel\Diagnostics\PlainXmlWriter.cs (1)
36
this.
navigator
= new TraceXPathNavigator(maxSize);
10 references to navigator
SMDiagnostics (10)
System\ServiceModel\Diagnostics\PlainXmlWriter.cs (10)
43
return this.
navigator
;
54
return this.
navigator
.LookupPrefix(ns);
59
get { return this.
navigator
.WriteState; }
74
this.
navigator
.AddText(value.ToString());
79
this.
navigator
.AddText(value);
94
this.
navigator
.AddElement(prefix, localName, ns);
104
this.
navigator
.CloseElement();
133
this.
navigator
.AddAttribute(this.currentAttributeName, this.currentAttributeText, this.currentAttributeNs, this.currentAttributePrefix);
144
this.
navigator
.AddComment(text);
149
this.
navigator
.AddProcessingInstruction(name, text);