1 instantiation of Work
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\Transport.Sockets\src\Internal\IOQueue.cs (1)
20_workItems.Enqueue(new Work(action, state));
3 references to Work
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
src\Servers\Kestrel\Transport.Sockets\src\Internal\IOQueue.cs (3)
15private readonly ConcurrentQueue<Work> _workItems = new ConcurrentQueue<Work>(); 34while (_workItems.TryDequeue(out Work item))