3 writes to _openedHttp20Connections
System.Net.Http (3)
System\Net\Http\HttpTelemetry.AnyOS.cs (1)
92_totalHttp20ConnectionsCounter ??= new PollingCounter("http20-connections-current-total", this, () => Interlocked.Read(ref _openedHttp20Connections))
System\Net\Http\HttpTelemetry.cs (2)
196Interlocked.Increment(ref _openedHttp20Connections); 203long count = Interlocked.Decrement(ref _openedHttp20Connections);