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