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