1 write to _currentConnectionsCounter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelEventSource.cs (1)
340
_currentConnectionsCounter
??= new PollingCounter("current-connections", this, () => Volatile.Read(ref _currentConnections))