3 writes to _currentTlsHandshakes
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelEventSource.cs (3)
171Interlocked.Increment(ref _currentTlsHandshakes); 190Interlocked.Decrement(ref _currentTlsHandshakes); 330_currentTlsHandshakesCounter ??= new PollingCounter("current-tls-handshakes", this, () => Volatile.Read(ref _currentTlsHandshakes))