1 write to NewCommand
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
140
Subcommands.Add(
NewCommand
= new());
2 references to NewCommand
dotnet (2)
Parser.cs (2)
132
rootCommand.Subcommands[rootCommand.Subcommands.IndexOf(rootCommand.
NewCommand
)] = NewCommandParser.ConfigureCommand(rootCommand.
NewCommand
);