3 writes to _connectionQueueLength
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelEventSource.cs (3)
159Interlocked.Increment(ref _connectionQueueLength); 165Interlocked.Decrement(ref _connectionQueueLength); 345_connectionQueueLengthCounter ??= new PollingCounter("connection-queue-length", this, () => Volatile.Read(ref _connectionQueueLength))