1 write to _currentRequestsCounter
System.Net.Http (1)
System\Net\Http\HttpTelemetry.AnyOS.cs (1)
82_currentRequestsCounter ??= new PollingCounter("current-requests", this, () => -Interlocked.Read(ref _stoppedRequests) + Interlocked.Read(ref _startedRequests))