7 writes to _writeWantsWrite
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (7)
ConnectionIoState.cs (7)
374_writeWantsWrite = false; 388_writeWantsWrite = true; 425_writeWantsWrite = false; 437_writeWantsWrite = false; 448_writeWantsWrite = true; 459_writeWantsWrite = false; 468_writeWantsWrite = false;
2 references to _writeWantsWrite
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
ConnectionIoState.cs (2)
183if (_readWantsWrite || _writeWantsWrite) 445if (_writeWantsRead || !_writeWantsWrite)