1 instantiation of PoolTrackingContext
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
src\Dependencies\PooledObjects\PoolTracker.cs (1)
45context = new PoolTrackingContext(traceLeaks);
4 references to PoolTrackingContext
Microsoft.AspNetCore.Razor.Utilities.Shared (4)
src\Dependencies\PooledObjects\PoolTracker.cs (4)
25/// <see cref="PoolTrackingContext.HasLeaks"/> reveals whether any pooled objects were not returned. 33private static readonly AsyncLocal<PoolTrackingContext?> s_currentContext = new AsyncLocal<PoolTrackingContext?>(); 43internal static void StartTracking(out PoolTrackingContext context, bool traceLeaks = false)