7 references to s_table
System.Private.CoreLib (7)
src\System\Runtime\CompilerServices\CastHelpers.cs (6)
74
CastResult result = CastCache.TryGet(
s_table
!, (nuint)mt, (nuint)toTypeHnd);
223
CastResult result = CastCache.TryGet(
s_table
!, (nuint)RuntimeHelpers.GetMethodTable(obj), (nuint)toTypeHnd);
251
result = CastCache.TryGet(
s_table
!, (nuint)mt, (nuint)toTypeHnd);
274
CastResult result = CastCache.TryGet(
s_table
!, (nuint)RuntimeHelpers.GetMethodTable(obj), (nuint)toTypeHnd);
490
CastResult result = CastCache.TryGet(
s_table
!, (nuint)RuntimeHelpers.GetMethodTable(obj), (nuint)elementType);
523
CastResult result = CastCache.TryGet(
s_table
!, (nuint)RuntimeHelpers.GetMethodTable(obj), (nuint)elementType);
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
1310
return CastCache.TryGet(CastHelpers.
s_table
!, (nuint)srcTH.m_asTAddr, (nuint)destTH.m_asTAddr);