Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
9 references to Execute
dotnet (1)
Commands\Workload\List\WorkloadListCommandParser.cs (1)
45command.SetAction((parseResult) => new WorkloadListCommand(parseResult).Execute());
dotnet.Tests (8)
CommandTests\Workload\List\GivenDotnetWorkloadList.cs (5)
36command.Execute(); 62command.Execute(); 75command.Execute(); 90command.Execute(); 111command.Execute();
CommandTests\Workload\List\GivenWorkloadInstallerAndWorkloadsInstalled.cs (3)
143_workloadListCommand.Execute(); 163Action a = () => _workloadListCommand.Execute(); 183Action a = () => _workloadListCommand.Execute();