4 writes to _head
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (4)
233_head = null; 266_head = _tail; 272_head = _tail = null; 320_head = _tail = newSegment;
6 references to _head
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (6)
70if (_currentFlushTcs == null && _head == null) 81if (_currentFlushTcs == null && _head == null) 92if (_currentFlushTcs == null && _head == null) 225BufferSegment? segment = _head; 246var segment = _head; 314if (_head == null)