1 write to _startInSuperStream
System.Formats.Tar (1)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (1)
38_startInSuperStream = startPosition;
6 references to _startInSuperStream
System.Formats.Tar (6)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (6)
49return _endInSuperStream - _startInSuperStream; 58return _positionInSuperStream - _startInSuperStream; 69long newPositionInSuperStream = _startInSuperStream + value; 253SeekOrigin.Begin => _startInSuperStream + offset, 259if (newPositionInSuperStream < _startInSuperStream) 267return _positionInSuperStream - _startInSuperStream;