Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
4 references to Execute
dotnet (1)
Commands\Tool\List\ToolListCommandParser.cs (1)
51command.SetAction((parseResult) => new ToolListCommand(parseResult).Execute());
dotnet.Tests (3)
CommandTests\Tool\List\ToolListCommandTests.cs (2)
21Action a = () => toolInstallCommand.Execute(); 37Action a = () => toolInstallCommand.Execute();
CommandTests\Tool\List\ToolListGlobalOrToolPathCommandTests.cs (1)
102toolListCommand.Execute().Should().Be(0);