3 writes to _offset
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (3)
92
checked{
_offset
+=shiftSize;}
285
block.
_offset
= 0; // it just an initial value, that will be adjusted later
426
_offset
= centralDirectoryOffset;
7 references to _offset
WindowsBase (7)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (7)
49
return
_offset
;
94
Debug.Assert(
_offset
>=0);
150
if (_blockManager.Stream.Position !=
_offset
)
153
_blockManager.Stream.Seek(
_offset
, SeekOrigin.Begin);
468
if (
_offset
< checkedMark)
494
if (
_offset
+ expectedCentralDirectorySize != _blockManager.EndOfCentralDirectoryBlock.Offset)
502
if ((
_offset
+ expectedCentralDirectorySize