1 write to _action
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
SchedulerBenchmark.cs (1)
37
_action
= new Action<object>(ScheduledAction);
1 reference to _action
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
SchedulerBenchmark.cs (1)
105
pipeScheduler.Schedule(
_action
, counter);