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