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)
76
Interlocked.Increment(ref
_stoppedRequests
);