4 references to MixEmptyState
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\HashCode.cs (4)
89uint hash = MixEmptyState(); 103uint hash = MixEmptyState(); 119uint hash = MixEmptyState(); 456uint hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);