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