3 references to CORINFO_LOOKUP_METHODPARAM
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\GenericLookupSignature.cs (1)
83
case CORINFO_RUNTIME_LOOKUP_KIND.
CORINFO_LOOKUP_METHODPARAM
:
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
2709
pResultLookup.lookupKind.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
;