Internals\System\Runtime\ExceptionTrace.cs (12)
36if (WcfEventSource.Instance.ThrowingEtwExceptionIsEnabled())
39WcfEventSource.Instance.ThrowingEtwException(_eventSourceName, exception != null ? exception.ToString() : string.Empty, serializedException);
43if (WcfEventSource.Instance.EtwUnhandledExceptionIsEnabled())
46WcfEventSource.Instance.EtwUnhandledException(exception != null ? exception.ToString() : string.Empty, serializedException);
50if (WcfEventSource.Instance.ThrowingEtwExceptionVerboseIsEnabled())
53WcfEventSource.Instance.ThrowingEtwExceptionVerbose(_eventSourceName, exception != null ? exception.ToString() : string.Empty, serializedException);
66if (WcfEventSource.Instance.ThrowingEtwExceptionIsEnabled())
69WcfEventSource.Instance.ThrowingEtwException(_eventSourceName, exception != null ? exception.ToString() : string.Empty, serializedException);
73if (WcfEventSource.Instance.EtwUnhandledExceptionIsEnabled())
76WcfEventSource.Instance.EtwUnhandledException(exception != null ? exception.ToString() : string.Empty, serializedException);
80if (WcfEventSource.Instance.ThrowingEtwExceptionVerboseIsEnabled())
83WcfEventSource.Instance.ThrowingEtwExceptionVerbose(_eventSourceName, exception != null ? exception.ToString() : string.Empty, serializedException);
Internals\TraceCore.cs (39)
62return WcfEventSource.Instance.HandledExceptionIsEnabled();
75WcfEventSource.Instance.HandledException(param0, serializedException);
85return WcfEventSource.Instance.HandledExceptionErrorIsEnabled();
98WcfEventSource.Instance.HandledExceptionError(param0, serializedException);
108return WcfEventSource.Instance.HandledExceptionVerboseIsEnabled();
121WcfEventSource.Instance.HandledExceptionVerbose(param0, serializedException);
131return WcfEventSource.Instance.HandledExceptionWarningIsEnabled();
144WcfEventSource.Instance.HandledExceptionWarning(param0, serializedException);
155WcfEventSource.Instance.ShipAssertExceptionMessage(param0);
165return WcfEventSource.Instance.ThrowingExceptionIsEnabled();
179WcfEventSource.Instance.ThrowingException(param0, param1, serializedException);
189return WcfEventSource.Instance.UnhandledExceptionIsEnabled();
202WcfEventSource.Instance.UnhandledException(param0, serializedException);
212return WcfEventSource.Instance.TraceCodeEventLogCriticalIsEnabled();
223WcfEventSource.Instance.TraceCodeEventLogCritical(traceRecord.EventId);
233return WcfEventSource.Instance.TraceCodeEventLogErrorIsEnabled();
244WcfEventSource.Instance.TraceCodeEventLogError(traceRecord.EventId);
254return WcfEventSource.Instance.TraceCodeEventLogInfoIsEnabled();
265WcfEventSource.Instance.TraceCodeEventLogInfo(traceRecord.EventId);
275return WcfEventSource.Instance.TraceCodeEventLogVerboseIsEnabled();
286WcfEventSource.Instance.TraceCodeEventLogVerbose(traceRecord.EventId);
296return WcfEventSource.Instance.TraceCodeEventLogWarningIsEnabled();
307WcfEventSource.Instance.TraceCodeEventLogWarning(traceRecord.EventId);
317return WcfEventSource.Instance.BufferPoolAllocationIsEnabled();
328WcfEventSource.Instance.BufferPoolAllocation(Size);
338return WcfEventSource.Instance.BufferPoolChangeQuotaIsEnabled();
350WcfEventSource.Instance.BufferPoolChangeQuota(PoolSize, Delta);
360return WcfEventSource.Instance.ActionItemScheduledIsEnabled();
371WcfEventSource.Instance.ActionItemScheduled();
381return WcfEventSource.Instance.ActionItemCallbackInvokedIsEnabled();
392WcfEventSource.Instance.ActionItemCallbackInvoked();
402return WcfEventSource.Instance.EtwUnhandledExceptionIsEnabled();
415WcfEventSource.Instance.EtwUnhandledException(param0, serializedException);
425return WcfEventSource.Instance.ThrowingEtwExceptionIsEnabled();
439WcfEventSource.Instance.ThrowingEtwException(param0, param1, serializedException);
449return WcfEventSource.Instance.ThrowingEtwExceptionVerboseIsEnabled();
463WcfEventSource.Instance.ThrowingEtwExceptionVerbose(param0, param1, serializedException);
473return WcfEventSource.Instance.ThrowingExceptionVerboseIsEnabled();
487WcfEventSource.Instance.ThrowingExceptionVerbose(param0, param1, serializedException);