FrameworkFork\System.ServiceModel\Internals\TraceCore.Designer.cs (39)
65return WcfEventSource.Instance.HandledExceptionIsEnabled();
78WcfEventSource.Instance.HandledException(param0, serializedException);
90WcfEventSource.Instance.ShipAssertExceptionMessage(param0);
100return WcfEventSource.Instance.ThrowingExceptionIsEnabled();
114WcfEventSource.Instance.ThrowingException(param0, param1, serializedException);
124return WcfEventSource.Instance.UnhandledExceptionIsEnabled();
137WcfEventSource.Instance.UnhandledException(param0, serializedException);
147return WcfEventSource.Instance.TraceCodeEventLogCriticalIsEnabled();
158WcfEventSource.Instance.TraceCodeEventLogCritical(traceRecord.EventId);
168return WcfEventSource.Instance.TraceCodeEventLogErrorIsEnabled();
179WcfEventSource.Instance.TraceCodeEventLogError(traceRecord.EventId);
189return WcfEventSource.Instance.TraceCodeEventLogInfoIsEnabled();
200WcfEventSource.Instance.TraceCodeEventLogInfo(traceRecord.EventId);
210return WcfEventSource.Instance.TraceCodeEventLogVerboseIsEnabled();
221WcfEventSource.Instance.TraceCodeEventLogVerbose(traceRecord.EventId);
231return WcfEventSource.Instance.TraceCodeEventLogWarningIsEnabled();
242WcfEventSource.Instance.TraceCodeEventLogWarning(traceRecord.EventId);
252return WcfEventSource.Instance.HandledExceptionWarningIsEnabled();
265WcfEventSource.Instance.HandledExceptionWarning(param0, serializedException);
275return WcfEventSource.Instance.BufferPoolAllocationIsEnabled();
286WcfEventSource.Instance.BufferPoolAllocation(Size);
296return WcfEventSource.Instance.BufferPoolChangeQuotaIsEnabled();
308WcfEventSource.Instance.BufferPoolChangeQuota(PoolSize, Delta);
318return WcfEventSource.Instance.ActionItemScheduledIsEnabled();
329WcfEventSource.Instance.ActionItemScheduled();
339return WcfEventSource.Instance.ActionItemCallbackInvokedIsEnabled();
350WcfEventSource.Instance.ActionItemCallbackInvoked();
360return WcfEventSource.Instance.HandledExceptionErrorIsEnabled();
373WcfEventSource.Instance.HandledExceptionError(param0, serializedException);
383return WcfEventSource.Instance.HandledExceptionVerboseIsEnabled();
396WcfEventSource.Instance.HandledExceptionVerbose(param0, serializedException);
406return WcfEventSource.Instance.EtwUnhandledExceptionIsEnabled();
419WcfEventSource.Instance.EtwUnhandledException(param0, serializedException);
429return WcfEventSource.Instance.ThrowingEtwExceptionIsEnabled();
443WcfEventSource.Instance.ThrowingEtwException(param0, param1, serializedException);
453return WcfEventSource.Instance.ThrowingEtwExceptionVerboseIsEnabled();
467WcfEventSource.Instance.ThrowingEtwExceptionVerbose(param0, param1, serializedException);
477return WcfEventSource.Instance.ThrowingExceptionVerboseIsEnabled();
491WcfEventSource.Instance.ThrowingExceptionVerbose(param0, param1, serializedException);