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)
49
return _endInSuperStream -
_startInSuperStream
;
58
return _positionInSuperStream -
_startInSuperStream
;
69
long newPositionInSuperStream =
_startInSuperStream
+ value;
253
SeekOrigin.Begin =>
_startInSuperStream
+ offset,
259
if (newPositionInSuperStream <
_startInSuperStream
)
267
return _positionInSuperStream -
_startInSuperStream
;