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)
83
Interlocked.Increment(ref
_failedRequests
);