3 references to TableData
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\GenericCache.cs (3)
118
return ref
TableData
(table)._info.hashShift;
124
return ref
TableData
(table)._info.victimCounter;
231
ref Entry tableData = ref
TableData
(table);