2 references to 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();