5 writes to _crc32
System.IO.Compression (5)
System\IO\Compression\ZipArchiveEntry.Async.cs (1)
849_crc32 = 0;
System\IO\Compression\ZipArchiveEntry.cs (4)
126_crc32 = cd.Crc32; 183_crc32 = 0; 1035thisRef._crc32 = checkSum; 1865_crc32 = 0;
10 references to _crc32
System.IO.Compression (10)
System\IO\Compression\ZipArchiveEntry.cs (10)
218public uint Crc32 => _crc32; 876uint crcToWrite = UseAesEncryption ? 0 : _crc32; 1049return (byte)((_crc32 >> 24) & 0xFF); 1186return new CrcValidatingReadStream(decompressedStream, _crc32, _uncompressedSize); 1602Debug.Assert(_crc32 == 0); 1629Debug.Assert(_crc32 == 0); 1681crc32ToWrite = _crc32; 2077uint crcToWrite = UseAesEncryption ? 0 : _crc32; 2106uint crcToWrite = UseAesEncryption ? 0 : _crc32; 2133uint crcToWrite = UseAesEncryption ? 0 : _crc32;