1 write to NewCommand
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
140
Subcommands.Add(
NewCommand
= new());
1 reference to NewCommand
dotnet-aot (1)
parent\dotnet\Parser.cs (1)
135
helpOption.Action = new AotPrintHelpAction(helpOption, DotnetHelpBuilder.Instance.Value, rootCommand.
NewCommand
, rootCommand.TestCommand);