1 write to _threadPoolSchedulers
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
SchedulerBenchmark.cs (1)
45_threadPoolSchedulers = new PipeScheduler[IOQueueCount];
3 references to _threadPoolSchedulers
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
SchedulerBenchmark.cs (3)
46for (var i = 0; i < _threadPoolSchedulers.Length; i++) 48_threadPoolSchedulers[i] = PipeScheduler.ThreadPool; 70public void ThreadPoolScheduler() => Schedule(_threadPoolSchedulers);