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