Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
2 references to Execute
dotnet (2)
Commands\Hidden\Remove\Package\RemovePackageCommandParser.cs (1)
25command.SetAction((parseResult) => new PackageRemoveCommand(parseResult).Execute());
Commands\Package\Remove\PackageRemoveCommandParser.cs (1)
35command.SetAction((parseResult) => new PackageRemoveCommand(parseResult).Execute());