6 writes to _writeWantsRead
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (6)
ConnectionIoState.cs (6)
373
_writeWantsRead
= false;
397
_writeWantsRead
= true;
436
_writeWantsRead
= false;
447
_writeWantsRead
= false;
458
_writeWantsRead
= true;
467
_writeWantsRead
= false;
4 references to _writeWantsRead
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (4)
ConnectionIoState.cs (4)
178
if (!_readInterestSuspended ||
_writeWantsRead
)
445
if (
_writeWantsRead
|| !_writeWantsWrite)
456
if (!
_writeWantsRead
)
486
if (
_writeWantsRead
&& _writeAwaitable.IsActive)