2 references to _cache
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Mocks\MockHttpContextFactory.cs (2)
21
if (!
_cache
.TryDequeue(out httpContext))
38
_cache
.Enqueue(defaultHttpContext);