3 writes to _offset
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryBlock.cs (3)
63
checked{
_offset
+=shiftSize;}
226
block.
_offset
= 0;
304
_offset
= position;
4 references to _offset
WindowsBase (4)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryBlock.cs (4)
41
return
_offset
;
70
Debug.Assert(
_offset
>=0);
80
if (_blockManager.Stream.Position !=
_offset
)
83
_blockManager.Stream.Seek(
_offset
, SeekOrigin.Begin);