1 write to _endInSuperStream
System.Formats.Tar (1)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (1)
40_endInSuperStream = startPosition + maxLength;
5 references to _endInSuperStream
System.Formats.Tar (5)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (5)
49return _endInSuperStream - _startInSuperStream; 81private long Remaining => _endInSuperStream - _positionInSuperStream; 92_positionInSuperStream = _endInSuperStream; 101_positionInSuperStream = _endInSuperStream; 255SeekOrigin.End => _endInSuperStream + offset,