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