3 writes to _totalTlsHandshakes
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelEventSource.cs (3)
172
Interlocked.Increment(ref
_totalTlsHandshakes
);
319
_tlsHandshakesPerSecondCounter ??= new IncrementingPollingCounter("tls-handshakes-per-second", this, () => Volatile.Read(ref
_totalTlsHandshakes
))
325
_totalTlsHandshakesCounter ??= new PollingCounter("total-tls-handshakes", this, () => Volatile.Read(ref
_totalTlsHandshakes
))