2 writes to _readInterestSuspended
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
ConnectionIoState.cs (2)
203
_readInterestSuspended
= true;
217
_readInterestSuspended
= false;
3 references to _readInterestSuspended
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
ConnectionIoState.cs (3)
178
if (!
_readInterestSuspended
|| _writeWantsRead)
198
if (
_readInterestSuspended
)
212
if (!
_readInterestSuspended
)