3 writes to _currentConnections
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionsEventSource.cs (3)
41Interlocked.Decrement(ref _currentConnections); 59Interlocked.Increment(ref _currentConnections); 100_currentConnectionsCounter ??= new PollingCounter("current-connections", this, () => Volatile.Read(ref _currentConnections))