3 references to s_Spares
Microsoft.AspNetCore.OutputCaching (3)
RecyclableReadOnlySequenceSegment.cs (3)
29
var obj =
s_Spares
.TryDequeue(out var value) ? value : new();
51
if (
s_Spares
.Count < TARGET_MAX) // not precise, due to not wanting lock
53
s_Spares
.Enqueue(obj);