4 references to CORINFO_LOOKUP_THISOBJ
ILCompiler.RyuJit (4)
JitInterface\CorInfoImpl.RyuJit.cs (2)
269return CORINFO_RUNTIME_LOOKUP_KIND.CORINFO_LOOKUP_THISOBJ; 1069if (runtimeLookupKind == CORINFO_RUNTIME_LOOKUP_KIND.CORINFO_LOOKUP_THISOBJ
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
3991return CORINFO_RUNTIME_LOOKUP_KIND.CORINFO_LOOKUP_THISOBJ; 4007result.runtimeLookupKind = CORINFO_RUNTIME_LOOKUP_KIND.CORINFO_LOOKUP_THISOBJ;