8 references to CorInfoOptions
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (1)
834public CorInfoOptions options;
ILCompiler.RyuJit (7)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (7)
805methodInfo->options = methodIL.IsInitLocals ? CorInfoOptions.CORINFO_OPT_INIT_LOCALS : (CorInfoOptions)0; 809methodInfo->options |= CorInfoOptions.CORINFO_GENERICS_CTXT_FROM_THIS; 813methodInfo->options |= CorInfoOptions.CORINFO_GENERICS_CTXT_FROM_METHODDESC; 817methodInfo->options |= CorInfoOptions.CORINFO_GENERICS_CTXT_FROM_METHODTABLE; 826methodInfo->options |= CorInfoOptions.CORINFO_ASYNC_SAVE_CONTEXTS; 832methodInfo->options |= CorInfoOptions.CORINFO_ASYNC_VERSION;