2 references to NewCommandParser
dotnet (2)
Commands\New\BuiltInTemplatePackageProvider.cs (1)
94Version? sdkVersion = typeof(NewCommandParser).Assembly.GetName().Version;
Parser.cs (1)
132rootCommand.Subcommands[rootCommand.Subcommands.IndexOf(rootCommand.NewCommand)] = NewCommandParser.ConfigureCommand(rootCommand.NewCommand);