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