6 references to MixState
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\HashCode.cs (6)
143uint hash = MixState(v1, v2, v3, v4); 165uint hash = MixState(v1, v2, v3, v4); 190uint hash = MixState(v1, v2, v3, v4); 217uint hash = MixState(v1, v2, v3, v4); 251uint hash = MixState(v1, v2, v3, v4); 444uint hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);