2 references to EnableCachedInterfaceDispatchSupport
crossgen2 (2)
Crossgen2RootCommand.cs (1)
180
Options.Add(
EnableCachedInterfaceDispatchSupport
);
Program.cs (1)
650
nodeFactoryFlags.EnableCachedInterfaceDispatchSupport = Get(_command.
EnableCachedInterfaceDispatchSupport
) ?? !typeSystemContext.TargetAllowsRuntimeCodeGeneration;