6 references to BitOperations
Test.Utilities (6)
RoslynHashCode.cs (6)
278return BitOperations.RotateLeft(hash + (input * Prime2), 13) * Prime1; 284return BitOperations.RotateLeft(hash + (queuedValue * Prime3), 17) * Prime4; 290return BitOperations.RotateLeft(v1, 1) + BitOperations.RotateLeft(v2, 7) + BitOperations.RotateLeft(v3, 12) + BitOperations.RotateLeft(v4, 18);