Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
3 references to Execute
dotnet (3)
Commands\Hidden\Add\AddCommandParser.cs (1)
18command.ReferenceCommand.SetAction(parseResult => new ReferenceAddCommand(parseResult).Execute());
Commands\New\DotnetCommandCallbacks.cs (1)
44return addProjectReferenceCommand.Execute() == 0;
Commands\Reference\ReferenceCommandParser.cs (1)
20command.AddCommand.SetAction(parseResult => new ReferenceAddCommand(parseResult).Execute());