4 writes to _offset
WindowsBase (4)
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (4)
110checked{_offset +=shiftSize;} 135_offset = _blockManager.Stream.Position; 410block._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)
53return _offset; 113Debug.Assert(_offset >=0); 197_fileItemStream.PreSaveNotification(_offset, _localFileHeader.Size); 201if (_blockManager.Stream.Position != _offset) 204_blockManager.Stream.Seek(_offset, SeekOrigin.Begin); 415block._offset + block._localFileHeader.Size,