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)
46
for (var i = 0; i <
_threadPoolSchedulers
.Length; i++)
48
_threadPoolSchedulers
[i] = PipeScheduler.ThreadPool;
70
public void ThreadPoolScheduler() => Schedule(
_threadPoolSchedulers
);