3 writes to _offset
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (3)
63checked{_offset +=shiftSize;} 181block._offset = 0; 231_offset = position;
5 references to _offset
WindowsBase (5)
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (5)
41return _offset; 70Debug.Assert(_offset >=0); 79if (_blockManager.Stream.Position != _offset) 82_blockManager.Stream.Seek(_offset, SeekOrigin.Begin); 261if ((UInt64)_offset <= _offsetOfStartOfZip64EndOfCentralDirectoryRecord) // we assume that _offset >=0