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