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