Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
3 references to Execute
dotnet (3)
Commands\Hidden\Add\Package\AddPackageCommandParser.cs (1)
34command.SetAction((parseResult) => new PackageAddCommand(parseResult).Execute());
Commands\New\DotnetCommandCallbacks.cs (1)
25return addPackageReferenceCommand.Execute() == 0;
Commands\Package\Add\PackageAddCommandParser.cs (1)
100command.SetAction((parseResult) => new PackageAddCommand(parseResult).Execute());