4 writes to _tail
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (4)
234_tail = null; 272_head = _tail = null; 320_head = _tail = newSegment; 341_tail = newSegment;
8 references to _tail
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (8)
240Debug.Assert(_tail != null); 243_tail.End += _tailBytesBuffered; 266_head = _tail; 270_tail.ResetMemory(); 271ReturnSegmentUnsynchronized(_tail); 329Debug.Assert(_tail != null); 334_tail.End += _tailBytesBuffered; 340_tail.SetNext(newSegment);