1 instantiation of Crossgen2RootCommand
crossgen2 (1)
Program.cs (1)
971new Crossgen2RootCommand(args)
4 references to Crossgen2RootCommand
crossgen2 (4)
Program.cs (4)
29private readonly Crossgen2RootCommand _command; 43public Program(Crossgen2RootCommand command) 103var targetDetails = new TargetDetails(targetArchitecture, targetOS, Crossgen2RootCommand.IsArmel ? TargetAbi.NativeAotArmel : TargetAbi.NativeAot, instructionSetSupport.GetVectorTSimdVector()); 973.UseExtendedHelp(Crossgen2RootCommand.PrintExtendedHelp)