5 references to Crc32
WindowsBase (5)
Base\MS\Internal\IO\Zip\ZipIOCentralDirectoryFileHeader.cs (2)
392
_crc32 = fileBlock.
Crc32
;
446
(_crc32 != fileBlock.
Crc32
) ||
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (3)
767
_crcCalculatingStream = new ProgressiveCrcCalculatingStream(_blockManager, _deflateStream,
Crc32
);
771
_crcCalculatingStream = new ProgressiveCrcCalculatingStream(_blockManager, _fileItemStream,
Crc32
);
804
(
Crc32
!= centralDirFileHeader.Crc32))