4 references to Crc32Helper
System.IO.Compression (4)
System\IO\Compression\ZipCustomStreams.cs (4)
601
_checksum =
Crc32Helper
.UpdateCrc32(_checksum, buffer, offset, count);
626
_checksum =
Crc32Helper
.UpdateCrc32(_checksum, source);
662
_checksum =
Crc32Helper
.UpdateCrc32(_checksum, buffer.Span);
851
_runningCrc =
Crc32Helper
.UpdateCrc32(_runningCrc, data);