3 writes to _currentConnections
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelEventSource.cs (3)
59Interlocked.Increment(ref _currentConnections); 81Interlocked.Decrement(ref _currentConnections); 340_currentConnectionsCounter ??= new PollingCounter("current-connections", this, () => Volatile.Read(ref _currentConnections))