2 writes to exactContextNeedsRuntimeLookup
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
2098pResult->exactContextNeedsRuntimeLookup = constrainedTypeNeedsRuntimeLookup || targetMethod.IsSharedByGenericInstantiations; 2103pResult->exactContextNeedsRuntimeLookup = constrainedTypeNeedsRuntimeLookup || exactType.IsCanonicalSubtype(CanonicalFormKind.Any);
7 references to exactContextNeedsRuntimeLookup
ILCompiler.ReadyToRun (7)
JitInterface\CorInfoImpl.ReadyToRun.cs (7)
2106if (pResult->exactContextNeedsRuntimeLookup && 2231if (isStaticVirtual && pResult->exactContextNeedsRuntimeLookup) 2270else if ((pResult->exactContextNeedsRuntimeLookup && useInstantiatingStub && (!allowInstParam || resolvedConstraint)) || forceUseRuntimeLookup) 2325if (pResult->exactContextNeedsRuntimeLookup) 2380if (pResult->exactContextNeedsRuntimeLookup) 2630if (!pResult->exactContextNeedsRuntimeLookup) 2650if (pResult->exactContextNeedsRuntimeLookup)