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