3 references to CORINFO_LOOKUP_METHODPARAM
ILCompiler.RyuJit (3)
JitInterface\CorInfoImpl.RyuJit.cs (2)
264
return CORINFO_RUNTIME_LOOKUP_KIND.
CORINFO_LOOKUP_METHODPARAM
;
1075
Debug.Assert(runtimeLookupKind == CORINFO_RUNTIME_LOOKUP_KIND.
CORINFO_LOOKUP_METHODPARAM
);
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
3985
return CORINFO_RUNTIME_LOOKUP_KIND.
CORINFO_LOOKUP_METHODPARAM
;