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