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