Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
2 references to Execute
dotnet (2)
Commands\New\DotnetCommandCallbacks.cs (1)
59return addProjectToSolutionCommand.Execute() == 0;
Commands\Solution\Add\SolutionAddCommandParser.cs (1)
52command.SetAction((parseResult) => new SolutionAddCommand(parseResult).Execute());