6 references to MixState
Microsoft.AspNetCore.App.CodeFixes (6)
src\Shared\HashCode.cs (6)
144var hash = MixState(v1, v2, v3, v4); 166var hash = MixState(v1, v2, v3, v4); 191var hash = MixState(v1, v2, v3, v4); 218var hash = MixState(v1, v2, v3, v4); 252var hash = MixState(v1, v2, v3, v4); 384var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);