1 write to navigator
System.Transactions (1)
System\Transactions\Trace\PlainXmlWriter.cs (1)
37
this.
navigator
= new TraceXPathNavigator();
6 references to navigator
System.Transactions (6)
System\Transactions\Trace\PlainXmlWriter.cs (6)
48
return this.
navigator
;
104
this.
navigator
.AddText(value.ToString());
109
this.
navigator
.AddText(value);
118
this.
navigator
.AddElement(prefix, localName, ns);
128
this.
navigator
.CloseElement();
186
this.
navigator
.AddAttribute(this.currentAttributeName, text, this.currentAttributeNs, this.currentAttributePrefix);