3 references to TargetAllowsRuntimeCodeGeneration
crossgen2 (2)
Program.cs (2)
595
if (!typeSystemContext.
TargetAllowsRuntimeCodeGeneration
&& typeSystemContext.BubbleIncludesCoreModule)
650
nodeFactoryFlags.EnableCachedInterfaceDispatchSupport = Get(_command.EnableCachedInterfaceDispatchSupport) ?? !typeSystemContext.
TargetAllowsRuntimeCodeGeneration
;
ILCompiler.ReadyToRun (1)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
554
bool targetAllowsRuntimeCodeGeneration = ((ReadyToRunCompilerContext)methodNeedingCode.Context).
TargetAllowsRuntimeCodeGeneration
;