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