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