1 write to _startInSuperStream
System.Formats.Tar (1)
System\Formats\Tar\SubReadStream.cs (1)
30
_startInSuperStream
= startPosition;
7 references to _startInSuperStream
System.Formats.Tar (7)
System\Formats\Tar\SeekableSubReadStream.cs (5)
32
return _positionInSuperStream -
_startInSuperStream
;
39
_positionInSuperStream =
_startInSuperStream
+ value;
87
SeekOrigin.Begin =>
_startInSuperStream
+ offset,
93
if (newPositionInSuperStream <
_startInSuperStream
)
100
return _positionInSuperStream -
_startInSuperStream
;
System\Formats\Tar\SubReadStream.cs (2)
43
return _endInSuperStream -
_startInSuperStream
;
52
return _positionInSuperStream -
_startInSuperStream
;