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)
973
var readOnlySequence = new ReadOnlySequence<byte>(head,
_readHeadIndex
, _readTail, _readTailIndex);