3 writes to _offset
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (3)
63
checked{
_offset
+=shiftSize;}
181
block.
_offset
= 0;
231
_offset
= position;
5 references to _offset
WindowsBase (5)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (5)
41
return
_offset
;
70
Debug.Assert(
_offset
>=0);
79
if (_blockManager.Stream.Position !=
_offset
)
82
_blockManager.Stream.Seek(
_offset
, SeekOrigin.Begin);
261
if ((UInt64)
_offset
<= _offsetOfStartOfZip64EndOfCentralDirectoryRecord) // we assume that _offset >=0