2 writes to _failedRequests
Microsoft.AspNetCore.Hosting (2)
Internal\HostingEventSource.cs (2)
84Interlocked.Increment(ref _failedRequests); 110_failedRequestsCounter ??= new PollingCounter("failed-requests", this, () => Volatile.Read(ref _failedRequests))