30 references to TraceCore
System.ServiceModel.Primitives (30)
Internals\System\Runtime\ActionItem.cs (8)
164if (TraceCore.ActionItemScheduledIsEnabled(Fx.Trace)) 166TraceCore.ActionItemScheduled(Fx.Trace, _eventTraceActivity); 184if (TraceCore.ActionItemScheduledIsEnabled(Fx.Trace)) 186TraceCore.ActionItemScheduled(Fx.Trace, _eventTraceActivity); 243if (TraceCore.ActionItemCallbackInvokedIsEnabled(Fx.Trace)) 245TraceCore.ActionItemCallbackInvoked(Fx.Trace, _eventTraceActivity); 287if (TraceCore.ActionItemCallbackInvokedIsEnabled(Fx.Trace)) 289TraceCore.ActionItemCallbackInvoked(Fx.Trace, _eventTraceActivity);
Internals\System\Runtime\ExceptionTrace.cs (11)
271if (!TraceCore.HandledExceptionErrorIsEnabled(_diagnosticTrace)) 273TraceCore.HandledExceptionError(_diagnosticTrace, exception != null ? exception.ToString() : string.Empty, exception); 276if (!TraceCore.HandledExceptionWarningIsEnabled(_diagnosticTrace)) 278TraceCore.HandledExceptionWarning(_diagnosticTrace, exception != null ? exception.ToString() : string.Empty, exception); 281if (!TraceCore.HandledExceptionVerboseIsEnabled(_diagnosticTrace)) 283TraceCore.HandledExceptionVerbose(_diagnosticTrace, exception != null ? exception.ToString() : string.Empty, exception); 286if (!TraceCore.HandledExceptionIsEnabled(_diagnosticTrace)) 288TraceCore.HandledException(_diagnosticTrace, exception != null ? exception.ToString() : string.Empty, exception); 295TraceCore.UnhandledException(_diagnosticTrace, exception != null ? exception.ToString() : string.Empty, exception); 307if (TraceCore.ThrowingExceptionIsEnabled(_diagnosticTrace)) 309TraceCore.ThrowingException(_diagnosticTrace, eventSource, exception != null ? exception.ToString() : string.Empty, exception);
Internals\System\Runtime\Fx.cs (4)
123TraceCore.ShipAssertExceptionMessage(Trace, description); 139TraceCore.ShipAssertExceptionMessage(Trace, description); 441if (TraceCore.ActionItemCallbackInvokedIsEnabled(trace) || 442TraceCore.ActionItemScheduledIsEnabled(trace))
Internals\System\Runtime\InternalBufferManager.cs (6)
117if (TraceCore.BufferPoolChangeQuotaIsEnabled(Fx.Trace)) 119TraceCore.BufferPoolChangeQuota(Fx.Trace, bufferPool.BufferSize, delta); 255if (TraceCore.BufferPoolAllocationIsEnabled(Fx.Trace)) 257TraceCore.BufferPoolAllocation(Fx.Trace, bufferPool.BufferSize); 265if (TraceCore.BufferPoolAllocationIsEnabled(Fx.Trace)) 267TraceCore.BufferPoolAllocation(Fx.Trace, bufferSize);
Internals\TraceCore.cs (1)
37resourceManager = new System.Resources.ResourceManager("System.Runtime.TraceCore", typeof(TraceCore).Assembly());