1 write to lookup
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
2879ComputeRuntimeLookupForSharedGenericToken(entryKind, ref pResolvedToken, pConstrainedResolvedToken: null, templateMethod, HandleToObject(callerHandle), ref pResult.lookup);
5 references to lookup
ILCompiler.ReadyToRun (5)
JitInterface\CorInfoImpl.ReadyToRun.cs (5)
2885pResult.lookup.lookupKind.needsRuntimeLookup = false; 2887pResult.lookup.constLookup.handle = pResult.compileTimeHandle; 2888pResult.lookup.constLookup.accessType = InfoAccessType.IAT_VALUE; 2921if (pResult.lookup.lookupKind.needsRuntimeLookup) 2974pResult.lookup.constLookup = CreateConstLookupToSymbol(symbolNode);