3 writes to _queueLength
Microsoft.AspNetCore.ConcurrencyLimiter (3)
ConcurrencyLimiterEventSource.cs (3)
54Interlocked.Increment(ref _queueLength); 77Interlocked.Decrement(ref _parent._queueLength); 96_queueLengthCounter ??= new PollingCounter("queue-length", this, () => Volatile.Read(ref _queueLength))