9 references to Install
dotnet (9)
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (9)
317InstallAction plannedAction = PlanPackage(msi, state, InstallAction.Install, installedVersion); 319if (plannedAction == InstallAction.Install) 560void InstallWorkloadManifestImplementation(ManifestVersionUpdate manifestUpdate, DirectoryPath? offlineCache = null, InstallAction action = InstallAction.Install) 631InstallAction plannedAction = PlanPackage(msi, state, InstallAction.Install, installedVersion); 632if (plannedAction == InstallAction.Install) 900plannedAction = (requestedAction == InstallAction.Repair) ? InstallAction.Install 901: (requestedAction == InstallAction.Install) ? InstallAction.Install 1029case InstallAction.Install: