Implemented interface member:
method
Execute
Microsoft.DotNet.Cli.Utils.ICommand.Execute()
3 references to Execute
dotnet (3)
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
137var result = command.Execute();
Commands\Tool\Run\ToolRunCommand.cs (1)
43var result = CommandFactoryUsingResolver.Create(commandSpec).Execute();
Program.cs (1)
274var result = resolvedCommand.Execute();