3 writes to _offset
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOEndOfCentralDirectoryBlock.cs (3)
73
checked{
_offset
+=shiftSize;}
196
block.
_offset
= offset;
392
_offset
= position;
6 references to _offset
WindowsBase (6)
Base\MS\Internal\IO\Zip\ZipIOEndOfCentralDirectoryBlock.cs (6)
47
return
_offset
;
75
Debug.Assert(
_offset
>=0);
86
if (!_blockManager.Streaming && _blockManager.Stream.Position !=
_offset
)
89
_blockManager.Stream.Seek(
_offset
, SeekOrigin.Begin);
204
if ((_offsetOfStartOfCentralDirectoryWithRespectToTheStartingDiskNumber >
_offset
)
206
((_offsetOfStartOfCentralDirectoryWithRespectToTheStartingDiskNumber ==
_offset
) &&