2 instantiations of EtwDiagnosticTrace
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\FxTrace.cs (1)
74
EtwDiagnosticTrace trace = new
EtwDiagnosticTrace
(baseEventSourceName, s_etwProviderId);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs (1)
71
EtwDiagnosticTrace trace = new
EtwDiagnosticTrace
(defaultEventSource, EtwDiagnosticTrace.DefaultEtwProviderId);
71 references to EtwDiagnosticTrace
dotnet-svcutil-lib (71)
FrameworkFork\System.ServiceModel\Internals\FxTrace.cs (5)
20
private static
EtwDiagnosticTrace
s_diagnosticTrace;
44
public static
EtwDiagnosticTrace
Trace
69
private static
EtwDiagnosticTrace
InitializeTracing()
72
s_etwProviderId =
EtwDiagnosticTrace
.DefaultEtwProviderId;
74
EtwDiagnosticTrace
trace = new EtwDiagnosticTrace(baseEventSourceName, s_etwProviderId);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ActionItem.cs (4)
122
_activityId =
EtwDiagnosticTrace
.ActivityId;
156
Guid currentActivityId =
EtwDiagnosticTrace
.ActivityId;
159
EtwDiagnosticTrace
.ActivityId = _activityId;
164
EtwDiagnosticTrace
.ActivityId = currentActivityId;
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (5)
51
return
EtwDiagnosticTrace
.s_defaultEtwProviderId;
59
EtwDiagnosticTrace
.s_defaultEtwProviderId = value;
122
EtwDiagnosticTrace
.ActivityId = newId;
395
int minXmlLength = (localName.Length * 2) +
EtwDiagnosticTrace
.XmlBracketsLength;
407
int xmlElementLength = (localName.Length * 2) +
EtwDiagnosticTrace
.XmlBracketsLength + (value != null ? value.Length : 0);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ExceptionTrace.cs (2)
21
private readonly
EtwDiagnosticTrace
_diagnosticTrace;
23
public ExceptionTrace(string eventSourceName,
EtwDiagnosticTrace
diagnosticTrace)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs (6)
32
private static
EtwDiagnosticTrace
s_diagnosticTrace;
51
internal static
EtwDiagnosticTrace
Trace
69
private static
EtwDiagnosticTrace
InitializeTracing()
71
EtwDiagnosticTrace
trace = new EtwDiagnosticTrace(defaultEventSource,
EtwDiagnosticTrace
.DefaultEtwProviderId);
418
private static void UpdateLevel(
EtwDiagnosticTrace
trace)
FrameworkFork\System.ServiceModel\Internals\TraceCore.Designer.cs (49)
63
internal static bool HandledExceptionIsEnabled(
EtwDiagnosticTrace
trace)
75
internal static void HandledException(
EtwDiagnosticTrace
trace, string param0, System.Exception exception)
77
string serializedException =
EtwDiagnosticTrace
.ExceptionToTraceString(exception, int.MaxValue);
88
internal static void ShipAssertExceptionMessage(
EtwDiagnosticTrace
trace, string param0)
98
internal static bool ThrowingExceptionIsEnabled(
EtwDiagnosticTrace
trace)
111
internal static void ThrowingException(
EtwDiagnosticTrace
trace, string param0, string param1, System.Exception exception)
113
string serializedException =
EtwDiagnosticTrace
.ExceptionToTraceString(exception, int.MaxValue);
122
internal static bool UnhandledExceptionIsEnabled(
EtwDiagnosticTrace
trace)
134
internal static void UnhandledException(
EtwDiagnosticTrace
trace, string param0, System.Exception exception)
136
string serializedException =
EtwDiagnosticTrace
.ExceptionToTraceString(exception, int.MaxValue);
145
internal static bool TraceCodeEventLogCriticalIsEnabled(
EtwDiagnosticTrace
trace)
156
internal static void TraceCodeEventLogCritical(
EtwDiagnosticTrace
trace, TraceRecord traceRecord)
166
internal static bool TraceCodeEventLogErrorIsEnabled(
EtwDiagnosticTrace
trace)
177
internal static void TraceCodeEventLogError(
EtwDiagnosticTrace
trace, TraceRecord traceRecord)
187
internal static bool TraceCodeEventLogInfoIsEnabled(
EtwDiagnosticTrace
trace)
198
internal static void TraceCodeEventLogInfo(
EtwDiagnosticTrace
trace, TraceRecord traceRecord)
208
internal static bool TraceCodeEventLogVerboseIsEnabled(
EtwDiagnosticTrace
trace)
219
internal static void TraceCodeEventLogVerbose(
EtwDiagnosticTrace
trace, TraceRecord traceRecord)
229
internal static bool TraceCodeEventLogWarningIsEnabled(
EtwDiagnosticTrace
trace)
240
internal static void TraceCodeEventLogWarning(
EtwDiagnosticTrace
trace, TraceRecord traceRecord)
250
internal static bool HandledExceptionWarningIsEnabled(
EtwDiagnosticTrace
trace)
262
internal static void HandledExceptionWarning(
EtwDiagnosticTrace
trace, string param0, System.Exception exception)
264
string serializedException =
EtwDiagnosticTrace
.ExceptionToTraceString(exception, int.MaxValue);
273
internal static bool BufferPoolAllocationIsEnabled(
EtwDiagnosticTrace
trace)
284
internal static void BufferPoolAllocation(
EtwDiagnosticTrace
trace, int Size)
294
internal static bool BufferPoolChangeQuotaIsEnabled(
EtwDiagnosticTrace
trace)
306
internal static void BufferPoolChangeQuota(
EtwDiagnosticTrace
trace, int PoolSize, int Delta)
316
internal static bool ActionItemScheduledIsEnabled(
EtwDiagnosticTrace
trace)
327
internal static void ActionItemScheduled(
EtwDiagnosticTrace
trace, System.Runtime.Diagnostics.EventTraceActivity eventTraceActivity)
337
internal static bool ActionItemCallbackInvokedIsEnabled(
EtwDiagnosticTrace
trace)
348
internal static void ActionItemCallbackInvoked(
EtwDiagnosticTrace
trace, System.Runtime.Diagnostics.EventTraceActivity eventTraceActivity)
358
internal static bool HandledExceptionErrorIsEnabled(
EtwDiagnosticTrace
trace)
370
internal static void HandledExceptionError(
EtwDiagnosticTrace
trace, string param0, System.Exception exception)
372
string serializedException =
EtwDiagnosticTrace
.ExceptionToTraceString(exception, int.MaxValue);
381
internal static bool HandledExceptionVerboseIsEnabled(
EtwDiagnosticTrace
trace)
393
internal static void HandledExceptionVerbose(
EtwDiagnosticTrace
trace, string param0, System.Exception exception)
395
string serializedException =
EtwDiagnosticTrace
.ExceptionToTraceString(exception, int.MaxValue);
404
internal static bool EtwUnhandledExceptionIsEnabled(
EtwDiagnosticTrace
trace)
416
internal static void EtwUnhandledException(
EtwDiagnosticTrace
trace, string param0, System.Exception exception)
418
string serializedException =
EtwDiagnosticTrace
.ExceptionToTraceString(exception, int.MaxValue);
427
internal static bool ThrowingEtwExceptionIsEnabled(
EtwDiagnosticTrace
trace)
440
internal static void ThrowingEtwException(
EtwDiagnosticTrace
trace, string param0, string param1, System.Exception exception)
442
string serializedException =
EtwDiagnosticTrace
.ExceptionToTraceString(exception, int.MaxValue);
451
internal static bool ThrowingEtwExceptionVerboseIsEnabled(
EtwDiagnosticTrace
trace)
464
internal static void ThrowingEtwExceptionVerbose(
EtwDiagnosticTrace
trace, string param0, string param1, System.Exception exception)
466
string serializedException =
EtwDiagnosticTrace
.ExceptionToTraceString(exception, int.MaxValue);
475
internal static bool ThrowingExceptionVerboseIsEnabled(
EtwDiagnosticTrace
trace)
488
internal static void ThrowingExceptionVerbose(
EtwDiagnosticTrace
trace, string param0, string param1, System.Exception exception)
490
string serializedException =
EtwDiagnosticTrace
.ExceptionToTraceString(exception, int.MaxValue);