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