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)
178if (!_readInterestSuspended || _writeWantsRead) 445if (_writeWantsRead || !_writeWantsWrite) 456if (!_writeWantsRead) 486if (_writeWantsRead && _writeAwaitable.IsActive)