6 references to MixState
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\HashCode.cs (6)
144uint hash = MixState(v1, v2, v3, v4); 166uint hash = MixState(v1, v2, v3, v4); 191uint hash = MixState(v1, v2, v3, v4); 218uint hash = MixState(v1, v2, v3, v4); 252uint hash = MixState(v1, v2, v3, v4); 456uint hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);