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)
28next: _restOfServer); 33next: _restOfServer); 44await _restOfServer(null);