3 writes to _currentUpgradedHttpRequests
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelEventSource.cs (3)
292Interlocked.Increment(ref _currentUpgradedHttpRequests); 298Interlocked.Decrement(ref _currentUpgradedHttpRequests); 355_currrentUpgradedHttpRequestsCounter ??= new PollingCounter("current-upgraded-requests", this, () => Volatile.Read(ref _currentUpgradedHttpRequests))