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