4 writes to _tail
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (4)
243_tail = null; 281_head = _tail = null; 329_head = _tail = newSegment; 350_tail = newSegment;
8 references to _tail
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (8)
249Debug.Assert(_tail != null); 252_tail.End += _tailBytesBuffered; 275_head = _tail; 279_tail.ResetMemory(); 280ReturnSegmentUnsynchronized(_tail); 338Debug.Assert(_tail != null); 343_tail.End += _tailBytesBuffered; 349_tail.SetNext(newSegment);