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