6 references to RuntimeTypeHandle
ILCompiler.Compiler (1)
parent\parent\Common\TypeSystem\IL\Stubs\GetCanonTypeIntrinsic.cs (1)
24
TypeDesc runtimeTypeHandleType = context.GetWellKnownType(WellKnownType.
RuntimeTypeHandle
);
ILCompiler.ReadyToRun (2)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
2164
WellKnownType result = WellKnownType.
RuntimeTypeHandle
;
3027
return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.
RuntimeTypeHandle
));
ILCompiler.RyuJit (2)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
2164
WellKnownType result = WellKnownType.
RuntimeTypeHandle
;
3027
return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.
RuntimeTypeHandle
));
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
118
case WellKnownType.
RuntimeTypeHandle
: