8 references to EndOfCentralDirectoryBlock
WindowsBase (8)
Base\MS\Internal\IO\Zip\ZipIOBlockManager.cs (2)
1096if (!Streaming && EndOfCentralDirectoryBlock.ContainValuesHintingToPossibilityOfZip64 && 1146int blockPosition = _blockList.IndexOf(EndOfCentralDirectoryBlock);
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryBlock.cs (2)
494if (_offset + expectedCentralDirectorySize != _blockManager.EndOfCentralDirectoryBlock.Offset) 509!= _blockManager.EndOfCentralDirectoryBlock.Offset))
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryBlock.cs (2)
230block.InitializeFromEndOfCentralDirectory(blockManager.EndOfCentralDirectoryBlock); 293OverrideValuesBasedOnEndOfCentralDirectory(_blockManager.EndOfCentralDirectoryBlock);
Base\MS\Internal\IO\Zip\ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs (2)
163long blockPosition = checked(blockManager.EndOfCentralDirectoryBlock.Offset - _fixedMinimalRecordSize); 190long suspectPos = checked(blockManager.EndOfCentralDirectoryBlock.Offset - _fixedMinimalRecordSize);