1 instantiation of PoolTrackingContext
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
src\Dependencies\PooledObjects\PoolTracker.cs (1)
45
context = 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.
33
private static readonly AsyncLocal<
PoolTrackingContext
?> s_currentContext = new AsyncLocal<
PoolTrackingContext
?>();
43
internal static void StartTracking(out
PoolTrackingContext
context, bool traceLeaks = false)