3 writes to _totalRequests
Microsoft.AspNetCore.Hosting (3)
Internal\HostingEventSource.cs (3)
55
Interlocked.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
))