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