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)
209
Interlocked.Increment(ref
_openedHttp11Connections
);
216
long count = Interlocked.Decrement(ref
_openedHttp11Connections
);