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