4 writes to _offset
WindowsBase (4)
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (4)
110
checked{
_offset
+=shiftSize;}
135
_offset
= _blockManager.Stream.Position;
410
block.
_offset
= 0; // intial value, that is not too important for the brand new File item
750
_offset
= position;
6 references to _offset
WindowsBase (6)
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (6)
53
return
_offset
;
113
Debug.Assert(
_offset
>=0);
197
_fileItemStream.PreSaveNotification(
_offset
, _localFileHeader.Size);
201
if (_blockManager.Stream.Position !=
_offset
)
204
_blockManager.Stream.Seek(
_offset
, SeekOrigin.Begin);
415
block.
_offset
+ block._localFileHeader.Size,