7 references to s_table
System.Private.CoreLib (7)
src\System\Runtime\CompilerServices\CastHelpers.cs (6)
77
CastResult result = CastCache.TryGet(
s_table
!, (nuint)mt, (nuint)toTypeHnd);
226
CastResult result = CastCache.TryGet(
s_table
!, (nuint)RuntimeHelpers.GetMethodTable(obj), (nuint)toTypeHnd);
254
result = CastCache.TryGet(
s_table
!, (nuint)mt, (nuint)toTypeHnd);
277
CastResult result = CastCache.TryGet(
s_table
!, (nuint)RuntimeHelpers.GetMethodTable(obj), (nuint)toTypeHnd);
493
CastResult result = CastCache.TryGet(
s_table
!, (nuint)RuntimeHelpers.GetMethodTable(obj), (nuint)elementType);
526
CastResult result = CastCache.TryGet(
s_table
!, (nuint)RuntimeHelpers.GetMethodTable(obj), (nuint)elementType);
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
1308
return CastCache.TryGet(CastHelpers.
s_table
!, (nuint)srcTH.m_asTAddr, (nuint)destTH.m_asTAddr);