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)
239
Interlocked.Increment(ref
_openedHttp30Connections
);
246
long count = Interlocked.Decrement(ref
_openedHttp30Connections
);