4 writes to _handshakeCount
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (4)
ConnectionTracker.cs (4)
53
internal long HandshakeCount => Interlocked.Read(ref
_handshakeCount
);
72
if (Interlocked.Increment(ref
_handshakeCount
) <= _maxHandshakes)
77
Interlocked.Decrement(ref
_handshakeCount
);
93
var updated = Interlocked.Decrement(ref
_handshakeCount
);