1 write to EnableCachedInterfaceDispatchSupport
crossgen2 (1)
Program.cs (1)
650
nodeFactoryFlags.
EnableCachedInterfaceDispatchSupport
= Get(_command.EnableCachedInterfaceDispatchSupport) ?? !typeSystemContext.TargetAllowsRuntimeCodeGeneration;
1 reference to EnableCachedInterfaceDispatchSupport
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1061
this.OptimizationFlags.
EnableCachedInterfaceDispatchSupport
? (byte)(2 * Target.PointerSize) : (byte)Target.PointerSize,