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