1 write to _diagnosticTrace
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ExceptionTrace.cs (1)
28_diagnosticTrace = diagnosticTrace;
3 references to _diagnosticTrace
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ExceptionTrace.cs (3)
209TraceCore.UnhandledException(_diagnosticTrace, exception != null ? exception.ToString() : string.Empty, exception); 228if (TraceCore.ThrowingExceptionIsEnabled(_diagnosticTrace)) 230TraceCore.ThrowingException(_diagnosticTrace, eventSource, exception != null ? exception.ToString() : string.Empty, exception);