1 write to _restOfServer
Microsoft.AspNetCore.ConcurrencyLimiter.Microbenchmarks (1)
QueueEmptyOverhead.cs (1)
23
_restOfServer
= YieldsThreadInternally ? (RequestDelegate)YieldsThread : (RequestDelegate)CompletesImmediately;
3 references to _restOfServer
Microsoft.AspNetCore.ConcurrencyLimiter.Microbenchmarks (3)
QueueEmptyOverhead.cs (3)
28
next:
_restOfServer
);
33
next:
_restOfServer
);
44
await
_restOfServer
(null);