1 write to _startInSuperStream
System.IO.Compression (1)
System\IO\Compression\ZipCustomStreams.cs (1)
246
_startInSuperStream
= startPosition;
6 references to _startInSuperStream
System.IO.Compression (6)
System\IO\Compression\ZipCustomStreams.cs (6)
260
return _endInSuperStream -
_startInSuperStream
;
270
return _positionInSuperStream -
_startInSuperStream
;
283
long newPositionInSuperStream =
_startInSuperStream
+ value;
400
SeekOrigin.Begin =>
_startInSuperStream
+ offset,
406
if (newPositionInSuperStream <
_startInSuperStream
)
414
return _positionInSuperStream -
_startInSuperStream
;