2 instantiations of ExceptionTrace
System.ServiceModel.Primitives (2)
Internals\System\Runtime\Fx.cs (1)
60s_exceptionTrace = new ExceptionTrace(DefaultEventSource, Trace);
System\FxTrace.cs (1)
26s_exceptionTrace = new ExceptionTrace(EventSourceName, Trace);
4 references to ExceptionTrace
System.ServiceModel.Primitives (4)
Internals\System\Runtime\Fx.cs (2)
35private static ExceptionTrace s_exceptionTrace; 53internal static ExceptionTrace Exception
System\FxTrace.cs (2)
12private static ExceptionTrace s_exceptionTrace; 19public static ExceptionTrace Exception