()
| 90 | } |
| 91 | |
| 92 | private static uint MixEmptyState() |
| 93 | { |
| 94 | return s_seed + Prime5; |
| 95 | } |
| 96 | |
| 97 | [MethodImpl(MethodImplOptions.AggressiveInlining)] |
| 98 | private static uint MixFinal(uint hash) |
nothing calls this directly
no outgoing calls
no test coverage detected