src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (6)
153var hash = MixState(v1, v2, v3, v4);
175var hash = MixState(v1, v2, v3, v4);
200var hash = MixState(v1, v2, v3, v4);
227var hash = MixState(v1, v2, v3, v4);
261var hash = MixState(v1, v2, v3, v4);
391var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);