1 write to actualCrc32
System (1)
sys\System\IO\compression\GZipDecoder.cs (1)
265
actualCrc32
= Crc32Helper.UpdateCrc32(actualCrc32, buffer, offset, copied);
2 references to actualCrc32
System (2)
sys\System\IO\compression\GZipDecoder.cs (2)
265
actualCrc32 = Crc32Helper.UpdateCrc32(
actualCrc32
, buffer, offset, copied);
276
if (expectedCrc32 !=
actualCrc32
) {