3 writes to _openedHttp11Connections
System.Net.Http (3)
System\Net\Http\HttpTelemetry.AnyOS.cs (1)
87_totalHttp11ConnectionsCounter ??= new PollingCounter("http11-connections-current-total", this, () => Interlocked.Read(ref _openedHttp11Connections))
System\Net\Http\HttpTelemetry.cs (2)
181Interlocked.Increment(ref _openedHttp11Connections); 188long count = Interlocked.Decrement(ref _openedHttp11Connections);