2 overrides of WriteTo
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\DictionaryTraceRecord.cs (1)
21internal override void WriteTo(XmlWriter xml)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\StringTraceRecord.cs (1)
25internal override void WriteTo(XmlWriter writer)
1 reference to WriteTo
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
196traceRecord.WriteTo(writer);