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