16 references to TraceCore
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ActionItem.cs (2)
127if (TraceCore.ActionItemScheduledIsEnabled(Fx.Trace)) 129TraceCore.ActionItemScheduled(Fx.Trace, _eventTraceActivity);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ExceptionTrace.cs (3)
209TraceCore.UnhandledException(_diagnosticTrace, exception != null ? exception.ToString() : string.Empty, exception); 228if (TraceCore.ThrowingExceptionIsEnabled(_diagnosticTrace)) 230TraceCore.ThrowingException(_diagnosticTrace, eventSource, exception != null ? exception.ToString() : string.Empty, exception);
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Fx.cs (4)
121TraceCore.ShipAssertExceptionMessage(Trace, description); 137TraceCore.ShipAssertExceptionMessage(Trace, description); 425if (TraceCore.ActionItemCallbackInvokedIsEnabled(trace) || 426TraceCore.ActionItemScheduledIsEnabled(trace))
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (6)
119if (TraceCore.BufferPoolChangeQuotaIsEnabled(Fx.Trace)) 121TraceCore.BufferPoolChangeQuota(Fx.Trace, bufferPool.BufferSize, delta); 257if (TraceCore.BufferPoolAllocationIsEnabled(Fx.Trace)) 259TraceCore.BufferPoolAllocation(Fx.Trace, bufferPool.BufferSize); 267if (TraceCore.BufferPoolAllocationIsEnabled(Fx.Trace)) 269TraceCore.BufferPoolAllocation(Fx.Trace, bufferSize);
FrameworkFork\System.ServiceModel\Internals\TraceCore.Designer.cs (1)
39resourceManager = new System.Resources.ResourceManager("System.Runtime.TraceCore", typeof(TraceCore).Assembly());