2 writes to _connectionsStarted
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionsEventSource.cs (2)
58
Interlocked.Increment(ref
_connectionsStarted
);
88
_connectionsStartedCounter ??= new PollingCounter("connections-started", this, () => Volatile.Read(ref
_connectionsStarted
))