5 references to RuntimeMethodHandle
ILCompiler.ReadyToRun (2)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
2168
result = WellKnownType.
RuntimeMethodHandle
;
3033
return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.
RuntimeMethodHandle
));
ILCompiler.RyuJit (2)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
2168
result = WellKnownType.
RuntimeMethodHandle
;
3033
return ObjectToHandle(_compilation.TypeSystemContext.GetWellKnownType(WellKnownType.
RuntimeMethodHandle
));
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\Common\TypeDesc.cs (1)
119
case WellKnownType.
RuntimeMethodHandle
: