4 references to MixEmptyState
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\HashCode.cs (4)
88uint hash = MixEmptyState(); 102uint hash = MixEmptyState(); 118uint hash = MixEmptyState(); 444uint hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);