3 writes to _httpRequestQueueLength
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelEventSource.cs (3)
280
Interlocked.Increment(ref
_httpRequestQueueLength
);
286
Interlocked.Decrement(ref
_httpRequestQueueLength
);
350
_httpRequestQueueLengthCounter ??= new PollingCounter("request-queue-length", this, () => Volatile.Read(ref
_httpRequestQueueLength
))