3 references to CORINFO_RUNTIME_LOOKUP
ILCompiler.Compiler (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (3)
261
public
CORINFO_RUNTIME_LOOKUP
runtimeLookup;
274
Debug.Assert(sizeof(
CORINFO_RUNTIME_LOOKUP
) >= sizeof(CORINFO_CONST_LOOKUP));
275
fixed (
CORINFO_RUNTIME_LOOKUP
* p = &runtimeLookup)