2 writes to _next
System.Threading.RateLimiting (2)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (2)
473
_next
= request;
483
_next
= null;
2 references to _next
System.Threading.RateLimiting (2)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (2)
472
request._next =
_next
;
478
for (var current =
_next
; current is not null; current = current._next)