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