Implemented interface member:
property
Offset
MS.Internal.IO.Zip.IZipIOBlock.Offset
4 references to Offset
WindowsBase (4)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (2)
494
if (_offset + expectedCentralDirectorySize != _blockManager.EndOfCentralDirectoryBlock.
Offset
)
509
!= _blockManager.EndOfCentralDirectoryBlock.
Offset
))
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (2)
163
long blockPosition = checked(blockManager.EndOfCentralDirectoryBlock.
Offset
- _fixedMinimalRecordSize);
190
long suspectPos = checked(blockManager.EndOfCentralDirectoryBlock.
Offset
- _fixedMinimalRecordSize);