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)
209
TraceCore.UnhandledException(
_diagnosticTrace
, exception != null ? exception.ToString() : string.Empty, exception);
228
if (TraceCore.ThrowingExceptionIsEnabled(
_diagnosticTrace
))
230
TraceCore.ThrowingException(
_diagnosticTrace
, eventSource, exception != null ? exception.ToString() : string.Empty, exception);