Base:
method
Execute
Microsoft.DotNet.Cli.CommandBase.Execute()
2 references to Execute
dotnet (2)
Commands\Tool\Install\ToolInstallCommand.cs (1)
43return (_toolInstallGlobalOrToolPathCommand ?? new ToolInstallGlobalOrToolPathCommand(_parseResult)).Execute();
Commands\Tool\Update\ToolUpdateGlobalOrToolPathCommand.cs (1)
50_toolInstallGlobalOrToolPathCommand.Execute();