2 references to UpdateCrc32
System (2)
sys\System\IO\compression\GZipDecoder.cs (1)
265actualCrc32 = Crc32Helper.UpdateCrc32(actualCrc32, buffer, offset, copied);
sys\System\IO\compression\GZipUtils.cs (1)
60_crc32 = Crc32Helper.UpdateCrc32(_crc32, buffer, offset, bytesToCopy);