2 instantiations of ExceptionTrace
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\FxTrace.cs (1)
35s_exceptionTrace = new ExceptionTrace(EventSourceName, Trace);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs (1)
45s_exceptionTrace = new ExceptionTrace(defaultEventSource, Trace);
6 references to ExceptionTrace
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\Internals\FxTrace.cs (2)
21private static ExceptionTrace s_exceptionTrace; 28public static ExceptionTrace Exception
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs (2)
31private static ExceptionTrace s_exceptionTrace; 38internal static ExceptionTrace Exception
FrameworkFork\System.ServiceModel\SMDiagnostics\System\ServiceModel\Diagnostics\ExceptionUtility.cs (2)
23private ExceptionTrace _exceptionTrace; 33_exceptionTrace = (ExceptionTrace)exceptionTrace;