3 writes to _currentRequests
Microsoft.AspNetCore.Hosting (3)
Internal\HostingEventSource.cs (3)
56
Interlocked.Increment(ref
_currentRequests
);
64
Interlocked.Decrement(ref
_currentRequests
);
105
_currentRequestsCounter ??= new PollingCounter("current-requests", this, () => Volatile.Read(ref
_currentRequests
))