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