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)
469request._next = _next; 475for (var current = _next; current is not null; current = current._next)