2 references to ExecuteInstallCommand
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (2)
154
ExecuteInstallCommand
(new PackageId(toolId.Id.ToString()), versionRange: null);
167
return
ExecuteInstallCommand
(new PackageId(_packageIdentityWithRange.Value.Id), versionRange);