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