3 writes to _openedHttp30Connections
System.Net.Http (3)
System\Net\Http\HttpTelemetry.AnyOS.cs (1)
97_totalHttp30ConnectionsCounter ??= new PollingCounter("http30-connections-current-total", this, () => Interlocked.Read(ref _openedHttp30Connections))
System\Net\Http\HttpTelemetry.cs (2)
211Interlocked.Increment(ref _openedHttp30Connections); 218long count = Interlocked.Decrement(ref _openedHttp30Connections);