3 references to Idle
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
TlsAwaitable.cs (3)
75
if (Interlocked.CompareExchange(ref _state, Active,
Idle
) == Canceled)
89
if (Interlocked.CompareExchange(ref _state,
Idle
, Active) != Active)
104
if (Interlocked.CompareExchange(ref _state,
Idle
, Active) != Active)