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