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