3 writes to _totalRequests
Microsoft.AspNetCore.Hosting (3)
Internal\HostingEventSource.cs (3)
55Interlocked.Increment(ref _totalRequests); 94_requestsPerSecondCounter ??= new IncrementingPollingCounter("requests-per-second", this, () => Volatile.Read(ref _totalRequests)) 100_totalRequestsCounter ??= new PollingCounter("total-requests", this, () => Volatile.Read(ref _totalRequests))