10 references to InstallProperties
dotnet (10)
Commands\Workload\Install\MsiInstallerBase.cs (10)
325string installProperties = InstallProperties.Create(InstallProperties.SystemComponent, 326InstallProperties.FastInstall, InstallProperties.SuppressReboot, 356string installProperties = InstallProperties.Create(InstallProperties.SystemComponent, 357InstallProperties.FastInstall, InstallProperties.SuppressReboot, 358InstallProperties.RemoveAll, 359ignoreDependencies ? InstallProperties.IgnoreDependencies : null);