2 references to MessageTag
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\DiagnosticTraceBase.cs (1)
167
xml.WriteElementString(DiagnosticStrings.
MessageTag
, XmlEncode(exception.Message));
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
282
new Tuple<string, string> (DiagnosticStrings.
MessageTag
, XmlEncode(exception.Message)),