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