4 writes to _readHeadIndex
System.IO.Pipelines (4)
System\IO\Pipelines\Pipe.cs (4)
128_readHeadIndex = 0; 637_readHeadIndex = 0; 663_readHeadIndex = consumedIndex; 669_readHeadIndex = consumedIndex;
1 reference to _readHeadIndex
System.IO.Pipelines (1)
System\IO\Pipelines\Pipe.cs (1)
1084var readOnlySequence = new ReadOnlySequence<byte>(head, _readHeadIndex, _readTail, _readTailIndex);