2 writes to _failedTlsHandshakes
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\KestrelEventSource.cs (2)
214
Interlocked.Increment(ref
_failedTlsHandshakes
);
335
_failedTlsHandshakesCounter ??= new PollingCounter("failed-tls-handshakes", this, () => Volatile.Read(ref
_failedTlsHandshakes
))