2 writes to _next
System.Threading.RateLimiting (2)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (2)
470
_next
= request;
480
_next
= null;
2 references to _next
System.Threading.RateLimiting (2)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (2)
469
request._next =
_next
;
475
for (var current =
_next
; current is not null; current = current._next)