1 write to _startInSuperStream
System.IO.Compression (1)
System\IO\Compression\ZipCustomStreams.cs (1)
265
_startInSuperStream
= startPosition;
6 references to _startInSuperStream
System.IO.Compression (6)
System\IO\Compression\ZipCustomStreams.cs (6)
279
return _endInSuperStream -
_startInSuperStream
;
289
return _positionInSuperStream -
_startInSuperStream
;
302
long newPositionInSuperStream =
_startInSuperStream
+ value;
419
SeekOrigin.Begin =>
_startInSuperStream
+ offset,
425
if (newPositionInSuperStream <
_startInSuperStream
)
433
return _positionInSuperStream -
_startInSuperStream
;