3 writes to _totalTlsHandshakes
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\KestrelEventSource.cs (3)
172Interlocked.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))