3 references to _counters
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
SchedulerBenchmark.cs (3)
63
for (var i = 0; i <
_counters
.Length; i++)
65
_counters
[i].Remaining = InnerLoopCount;
92
var result = Interlocked.Decrement(ref
_counters
[counter].Remaining);