2 references to Crc32
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (1)
775return Sse42.Crc32(crc, data);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse42.cs (1)
50public static uint Crc32(uint crc, byte data) => Crc32(crc, data);