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