4 references to
System.IO.Hashing (4)
System\IO\Hashing\Crc32ParameterSet.Table.cs (2)
67: base(polynomial, initialValue, finalXorValue, reflectValues: true) 94: base(polynomial, initialValue, finalXorValue, reflectValues: false)
System\IO\Hashing\Crc32ParameterSet.WellKnown.cs (2)
51: base(0x04c11db7, 0xffffffff, 0xffffffff, reflectValues: true) 62: base(0x1edc6f41, 0xffffffff, 0xffffffff, reflectValues: true)