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