3 writes to _offset
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (3)
92checked{_offset +=shiftSize;} 285block._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)
49return _offset; 94Debug.Assert(_offset >=0); 150if (_blockManager.Stream.Position != _offset) 153_blockManager.Stream.Seek(_offset, SeekOrigin.Begin); 468if (_offset < checkedMark) 494if (_offset + expectedCentralDirectorySize != _blockManager.EndOfCentralDirectoryBlock.Offset) 502if ((_offset + expectedCentralDirectorySize