6 writes to _readWantsWrite
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (6)
ConnectionIoState.cs (6)
254
_readWantsWrite
= false;
260
_readWantsWrite
= true;
299
_readWantsWrite
= false;
314
_readWantsWrite
= false;
323
_readWantsWrite
= true;
336
_readWantsWrite
= false;
6 references to _readWantsWrite
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (6)
ConnectionIoState.cs (6)
183
if (
_readWantsWrite
|| _writeWantsWrite)
297
var wasWaitingForWrite =
_readWantsWrite
;
312
if (
_readWantsWrite
)
321
if (!
_readWantsWrite
)
334
var wasWaitingForWrite =
_readWantsWrite
;
506
if (
_readWantsWrite
&& _readAwaitable.IsActive)