2 references to GenerateUnboxingStubs
crossgen2 (2)
Crossgen2RootCommand.cs (1)
185
Options.Add(
GenerateUnboxingStubs
);
Program.cs (1)
685
nodeFactoryFlags.GenerateUnboxingStubs = Get(_command.
GenerateUnboxingStubs
) ?? !typeSystemContext.TargetAllowsRuntimeCodeGeneration;