3 references to TableMask
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\GenericCache.cs (3)
190index = (index + i) & TableMask(table); 316pEntry = ref Element(table, index & TableMask(table)); 338ref Entry pEntry = ref Element(table, (bucket + victim) & TableMask(table));