1 instantiation of ILCompilerRootCommand
ilc (1)
Program.cs (1)
826new ILCompilerRootCommand(args)
4 references to ILCompilerRootCommand
ilc (4)
Program.cs (4)
33private readonly ILCompilerRootCommand _command; 36public Program(ILCompilerRootCommand command) 125var targetAbi = ILCompilerRootCommand.IsArmel ? TargetAbi.NativeAotArmel : TargetAbi.NativeAot; 828.UseExtendedHelp(ILCompilerRootCommand.PrintExtendedHelp)