4 references to Crc32Helper
System.IO.Compression (4)
System\IO\Compression\ZipCustomStreams.cs (4)
388
_checksum =
Crc32Helper
.UpdateCrc32(_checksum, buffer, offset, count);
413
_checksum =
Crc32Helper
.UpdateCrc32(_checksum, source);
449
_checksum =
Crc32Helper
.UpdateCrc32(_checksum, buffer.Span);
638
_runningCrc =
Crc32Helper
.UpdateCrc32(_runningCrc, data);