2 writes to _startedTlsHandshakes
System.Net.Security (2)
System\Net\Security\NetSecurityTelemetry.cs (2)
64_currentTlsHandshakesCounter ??= new PollingCounter("current-tls-handshakes", this, () => -Interlocked.Read(ref _finishedTlsHandshakes) + Interlocked.Read(ref _startedTlsHandshakes)) 135Interlocked.Increment(ref _startedTlsHandshakes);