2 writes to _connectionsStopped
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionsEventSource.cs (2)
40
Interlocked.Increment(ref
_connectionsStopped
);
92
_connectionsStoppedCounter ??= new PollingCounter("connections-stopped", this, () => Volatile.Read(ref
_connectionsStopped
))