Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
2 references to Execute
dotnet (2)
Commands\Hidden\List\Package\ListPackageCommandParser.cs (1)
40command.SetAction((parseResult) => new PackageListCommand(parseResult).Execute());
Commands\Package\List\PackageListCommandParser.cs (1)
127command.SetAction((parseResult) => new PackageListCommand(parseResult).Execute());