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)
183if (_readWantsWrite || _writeWantsWrite) 297var wasWaitingForWrite = _readWantsWrite; 312if (_readWantsWrite) 321if (!_readWantsWrite) 334var wasWaitingForWrite = _readWantsWrite; 506if (_readWantsWrite && _readAwaitable.IsActive)