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