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