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