4 references to HashInt1
ILCompiler.TypeSystem (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (4)
189
int tableIndex =
HashInt1
(hashCode) & mask;
314
int tableIndex =
HashInt1
(hashCode) & mask;
442
int tableIndex =
HashInt1
(hashCode) & mask;
611
int tableIndex =
HashInt1
(hashCode) & mask;