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