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)
70
if (_currentFlushTcs == null &&
_head
== null)
81
if (_currentFlushTcs == null &&
_head
== null)
92
if (_currentFlushTcs == null &&
_head
== null)
234
BufferSegment? segment =
_head
;
255
var segment =
_head
;
323
if (
_head
== null)