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)
49
return
_endInSuperStream
- _startInSuperStream;
81
private long Remaining =>
_endInSuperStream
- _positionInSuperStream;
92
_positionInSuperStream =
_endInSuperStream
;
101
_positionInSuperStream =
_endInSuperStream
;
255
SeekOrigin.End =>
_endInSuperStream
+ offset,