3 writes to _failedRequests
System.Net.Http (3)
System\Net\Http\HttpTelemetry.AnyOS.cs (2)
67_failedRequestsCounter ??= new PollingCounter("requests-failed", this, () => Interlocked.Read(ref _failedRequests)) 73_failedRequestsPerSecondCounter ??= new IncrementingPollingCounter("requests-failed-rate", this, () => Interlocked.Read(ref _failedRequests))
System\Net\Http\HttpTelemetry.cs (1)
74Interlocked.Increment(ref _failedRequests);