2 references to Prime3
Test.Utilities (2)
RoslynHashCode.cs (2)
284return BitOperations.RotateLeft(hash + (queuedValue * Prime3), 17) * Prime4; 304hash *= Prime3;