2 references to SolutionAddCommand
dotnet (2)
Commands\New\DotnetCommandCallbacks.cs (1)
58var addProjectToSolutionCommand = new SolutionAddCommand(SolutionCommandParser.GetCommand().Parse([.. commandArgs]));
Commands\Solution\Add\SolutionAddCommandParser.cs (1)
52command.SetAction((parseResult) => new SolutionAddCommand(parseResult).Execute());