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