4 writes to _head
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (4)
242_head = null; 275_head = _tail; 281_head = _tail = null; 329_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) 234BufferSegment? segment = _head; 255var segment = _head; 323if (_head == null)