2 instantiations of EtwDiagnosticTrace
System.ServiceModel.Primitives (2)
Internals\System\Runtime\Fx.cs (1)
81return new EtwDiagnosticTrace();
System\FxTrace.cs (1)
71EtwDiagnosticTrace trace = new EtwDiagnosticTrace();
74 references to EtwDiagnosticTrace
System.ServiceModel.Primitives (74)
Internals\System\Runtime\ActionItem.cs (8)
159_activityId = EtwDiagnosticTrace.ActivityId; 179_activityId = EtwDiagnosticTrace.ActivityId; 221Guid currentActivityId = EtwDiagnosticTrace.ActivityId; 224EtwDiagnosticTrace.ActivityId = _activityId; 229EtwDiagnosticTrace.ActivityId = currentActivityId; 265Guid currentActivityId = EtwDiagnosticTrace.ActivityId; 268EtwDiagnosticTrace.ActivityId = _activityId; 273EtwDiagnosticTrace.ActivityId = currentActivityId;
Internals\System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
240EtwDiagnosticTrace.ActivityId = newId;
Internals\System\Runtime\ExceptionTrace.cs (8)
20private readonly EtwDiagnosticTrace _diagnosticTrace; 22public ExceptionTrace(string eventSourceName, EtwDiagnosticTrace diagnosticTrace) 38string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 45string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 52string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 68string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 75string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 82string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength);
Internals\System\Runtime\Fx.cs (4)
36private static EtwDiagnosticTrace s_diagnosticTrace; 66internal static EtwDiagnosticTrace Trace 79private static EtwDiagnosticTrace InitializeTracing() 434private static void UpdateLevel(EtwDiagnosticTrace trace)
Internals\TraceCore.cs (49)
60internal static bool HandledExceptionIsEnabled(EtwDiagnosticTrace trace) 72internal static void HandledException(EtwDiagnosticTrace trace, string param0, System.Exception exception) 74string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 83internal static bool HandledExceptionErrorIsEnabled(EtwDiagnosticTrace trace) 95internal static void HandledExceptionError(EtwDiagnosticTrace trace, string param0, System.Exception exception) 97string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 106internal static bool HandledExceptionVerboseIsEnabled(EtwDiagnosticTrace trace) 118internal static void HandledExceptionVerbose(EtwDiagnosticTrace trace, string param0, System.Exception exception) 120string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 129internal static bool HandledExceptionWarningIsEnabled(EtwDiagnosticTrace trace) 141internal static void HandledExceptionWarning(EtwDiagnosticTrace trace, string param0, System.Exception exception) 143string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 153internal static void ShipAssertExceptionMessage(EtwDiagnosticTrace trace, string param0) 163internal static bool ThrowingExceptionIsEnabled(EtwDiagnosticTrace trace) 176internal static void ThrowingException(EtwDiagnosticTrace trace, string param0, string param1, System.Exception exception) 178string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 187internal static bool UnhandledExceptionIsEnabled(EtwDiagnosticTrace trace) 199internal static void UnhandledException(EtwDiagnosticTrace trace, string param0, System.Exception exception) 201string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 210internal static bool TraceCodeEventLogCriticalIsEnabled(EtwDiagnosticTrace trace) 221internal static void TraceCodeEventLogCritical(EtwDiagnosticTrace trace, TraceRecord traceRecord) 231internal static bool TraceCodeEventLogErrorIsEnabled(EtwDiagnosticTrace trace) 242internal static void TraceCodeEventLogError(EtwDiagnosticTrace trace, TraceRecord traceRecord) 252internal static bool TraceCodeEventLogInfoIsEnabled(EtwDiagnosticTrace trace) 263internal static void TraceCodeEventLogInfo(EtwDiagnosticTrace trace, TraceRecord traceRecord) 273internal static bool TraceCodeEventLogVerboseIsEnabled(EtwDiagnosticTrace trace) 284internal static void TraceCodeEventLogVerbose(EtwDiagnosticTrace trace, TraceRecord traceRecord) 294internal static bool TraceCodeEventLogWarningIsEnabled(EtwDiagnosticTrace trace) 305internal static void TraceCodeEventLogWarning(EtwDiagnosticTrace trace, TraceRecord traceRecord) 315internal static bool BufferPoolAllocationIsEnabled(EtwDiagnosticTrace trace) 326internal static void BufferPoolAllocation(EtwDiagnosticTrace trace, int Size) 336internal static bool BufferPoolChangeQuotaIsEnabled(EtwDiagnosticTrace trace) 348internal static void BufferPoolChangeQuota(EtwDiagnosticTrace trace, int PoolSize, int Delta) 358internal static bool ActionItemScheduledIsEnabled(EtwDiagnosticTrace trace) 369internal static void ActionItemScheduled(EtwDiagnosticTrace trace, System.Runtime.Diagnostics.EventTraceActivity eventTraceActivity) 379internal static bool ActionItemCallbackInvokedIsEnabled(EtwDiagnosticTrace trace) 390internal static void ActionItemCallbackInvoked(EtwDiagnosticTrace trace, System.Runtime.Diagnostics.EventTraceActivity eventTraceActivity) 400internal static bool EtwUnhandledExceptionIsEnabled(EtwDiagnosticTrace trace) 412internal static void EtwUnhandledException(EtwDiagnosticTrace trace, string param0, System.Exception exception) 414string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 423internal static bool ThrowingEtwExceptionIsEnabled(EtwDiagnosticTrace trace) 436internal static void ThrowingEtwException(EtwDiagnosticTrace trace, string param0, string param1, System.Exception exception) 438string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 447internal static bool ThrowingEtwExceptionVerboseIsEnabled(EtwDiagnosticTrace trace) 460internal static void ThrowingEtwExceptionVerbose(EtwDiagnosticTrace trace, string param0, string param1, System.Exception exception) 462string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength); 471internal static bool ThrowingExceptionVerboseIsEnabled(EtwDiagnosticTrace trace) 484internal static void ThrowingExceptionVerbose(EtwDiagnosticTrace trace, string param0, string param1, System.Exception exception) 486string serializedException = EtwDiagnosticTrace.ExceptionToTraceString(exception, MaxExceptionStringLength);
System\FxTrace.cs (4)
16private static EtwDiagnosticTrace s_diagnosticTrace; 46public static EtwDiagnosticTrace Trace 69private static EtwDiagnosticTrace InitializeTracing() 71EtwDiagnosticTrace trace = new EtwDiagnosticTrace();