1 write to _startInSuperStream
System.IO.Compression (1)
System\IO\Compression\ZipCustomStreams.cs (1)
232
_startInSuperStream
= startPosition;
6 references to _startInSuperStream
System.IO.Compression (6)
System\IO\Compression\ZipCustomStreams.cs (6)
246
return _endInSuperStream -
_startInSuperStream
;
256
return _positionInSuperStream -
_startInSuperStream
;
269
long newPositionInSuperStream =
_startInSuperStream
+ value;
386
SeekOrigin.Begin =>
_startInSuperStream
+ offset,
392
if (newPositionInSuperStream <
_startInSuperStream
)
400
return _positionInSuperStream -
_startInSuperStream
;