2 references to SolutionAddCommand
dotnet (2)
Commands\New\DotnetCommandCallbacks.cs (1)
72var addProjectToSolutionCommand = new SolutionAddCommand(solutionCommand.Parse([.. commandArgs]));
Commands\Solution\SolutionCommandParser.cs (1)
19command.AddCommand.SetAction(parseResult => new SolutionAddCommand(parseResult).Execute());