4 writes to _readHeadIndex
System.IO.Pipelines (4)
System\IO\Pipelines\Pipe.cs (4)
120_readHeadIndex = 0; 530_readHeadIndex = 0; 556_readHeadIndex = consumedIndex; 562_readHeadIndex = consumedIndex;
1 reference to _readHeadIndex
System.IO.Pipelines (1)
System\IO\Pipelines\Pipe.cs (1)
973var readOnlySequence = new ReadOnlySequence<byte>(head, _readHeadIndex, _readTail, _readTailIndex);