2 instantiations of PlainXmlWriter
System.Transactions (2)
System\Transactions\Trace\DiagnosticTrace.cs (1)
645return DiagnosticTrace.BuildTraceString(new PlainXmlWriter(), type, code, description, trace, exception, source);
System\Transactions\Trace\TraceRecord.cs (1)
30PlainXmlWriter xml = new PlainXmlWriter();
2 references to PlainXmlWriter
System.Transactions (2)
System\Transactions\Trace\DiagnosticTrace.cs (1)
648static XPathNavigator BuildTraceString(PlainXmlWriter xml,
System\Transactions\Trace\TraceRecord.cs (1)
30PlainXmlWriter xml = new PlainXmlWriter();