7 writes to needsRuntimeLookup
ILCompiler.ReadyToRun (7)
JitInterface\CorInfoImpl.ReadyToRun.cs (4)
1001
pLookup.lookupKind.
needsRuntimeLookup
= false;
1937
pResult->codePointerOrStubLookup.lookupKind.
needsRuntimeLookup
= false;
2686
pResultLookup.lookupKind.
needsRuntimeLookup
= true;
2885
pResult.lookup.lookupKind.
needsRuntimeLookup
= false;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
3606
instArg.lookupKind.
needsRuntimeLookup
= false;
4001
result.
needsRuntimeLookup
= true;
4006
result.
needsRuntimeLookup
= false;
3 references to needsRuntimeLookup
ILCompiler.ReadyToRun (3)
JitInterface\CorInfoImpl.ReadyToRun.cs (3)
2547
if (pResult->codePointerOrStubLookup.lookupKind.
needsRuntimeLookup
)
2564
Debug.Assert(pResult->codePointerOrStubLookup.lookupKind.
needsRuntimeLookup
);
2921
if (pResult.lookup.lookupKind.
needsRuntimeLookup
)