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