7 references to s_table
System.Private.CoreLib (7)
src\System\Runtime\CompilerServices\CastHelpers.cs (6)
62
CastResult result = CastCache.TryGet(
s_table
!, (nuint)mt, (nuint)toTypeHnd);
208
CastResult result = CastCache.TryGet(
s_table
!, (nuint)RuntimeHelpers.GetMethodTable(obj), (nuint)toTypeHnd);
235
result = CastCache.TryGet(
s_table
!, (nuint)mt, (nuint)toTypeHnd);
257
CastResult result = CastCache.TryGet(
s_table
!, (nuint)RuntimeHelpers.GetMethodTable(obj), (nuint)toTypeHnd);
467
CastResult result = CastCache.TryGet(
s_table
!, (nuint)RuntimeHelpers.GetMethodTable(obj), (nuint)elementType);
499
CastResult result = CastCache.TryGet(
s_table
!, (nuint)RuntimeHelpers.GetMethodTable(obj), (nuint)elementType);
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
1141
return CastCache.TryGet(CastHelpers.
s_table
!, (nuint)srcTH.m_asTAddr, (nuint)destTH.m_asTAddr);