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)
210
Interlocked.Increment(ref
_openedHttp20Connections
);
217
long count = Interlocked.Decrement(ref
_openedHttp20Connections
);