Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
2 references to Execute
dotnet (2)
Commands\Hidden\List\ListCommandParser.cs (1)
17command.PackageCommand.SetAction(parseResult => new PackageListCommand(parseResult).Execute());
Commands\Package\PackageCommandParser.cs (1)
25command.ListCommand.SetAction(parseResult => new PackageListCommand(parseResult).Execute());