1 write to NewCommand
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
140Subcommands.Add(NewCommand = new());
3 references to NewCommand
dotnet (2)
Parser.cs (2)
161rootCommand.Subcommands[rootCommand.Subcommands.IndexOf(rootCommand.NewCommand)] = NewCommandParser.ConfigureCommand(rootCommand.NewCommand);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Parser.cs (1)
135helpOption.Action = new AotPrintHelpAction(helpOption, DotnetHelpBuilder.Instance.Value, rootCommand.NewCommand, rootCommand.TestCommand);