1 reference to Prime4
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\HashCode.cs (1)
277return BitOperations.RotateLeft(hash + queuedValue * Prime3, 17) * Prime4;