4 references to Element
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CastCache.cs (4)
155ref CastCacheEntry pEntry = ref Element(ref tableData, index); 278ref CastCacheEntry pEntry = ref Element(ref tableData, index); 333pEntry = ref Element(ref tableData, index & TableMask(ref tableData)); 355ref CastCacheEntry pEntry = ref Element(ref tableData, (bucket + (int)victim) & TableMask(ref tableData));