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