3 writes to _table
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CastCache.cs (3)
53
_table
=
402
_table
= s_sentinelTable!;
413
_table
= newTable;
4 references to _table
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CastCache.cs (4)
153
return TryGet(
_table
, source, target);
268
tableData = ref TableData(
_table
);
342
tableData = ref TableData(
_table
);
392
ref int tableData = ref TableData(
_table
);