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