4 references to CORINFO_LOOKUP_THISOBJ
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\GenericLookupSignature.cs (1)
87case CORINFO_RUNTIME_LOOKUP_KIND.CORINFO_LOOKUP_THISOBJ:
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
2716pResultLookup.lookupKind.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;