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