5 references to _outstanding
Microsoft.AspNetCore.Razor.Utilities.Shared (5)
src\Dependencies\PooledObjects\PoolTracker.cs (5)
121
_outstanding
.TryAdd(obj, new AllocationInfo(obj.GetType(), poolName, _traceLeaks ? Environment.StackTrace : null));
126
_outstanding
.TryRemove(obj, out _);
132
internal bool HasLeaks => !
_outstanding
.IsEmpty;
139
_outstanding
.Clear();
151
foreach (var group in
_outstanding
.Values.GroupBy(v => (v.Type, v.PoolName)).OrderByDescending(g => g.Count()))