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