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