2 references to ComputeHash32
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Icu.cs (1)
916
int hash = Marvin.
ComputeHash32
(sortKey.Slice(0, sortKeyLength), Marvin.DefaultSeed);
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Nls.cs (1)
172
int hash = Marvin.
ComputeHash32
(span.Slice(0, sortKeyLength), Marvin.DefaultSeed);