9 references to InstallType
dotnet-aot (3)
parent\dotnet\Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
54
if (WorkloadInstallType.GetWorkloadInstallType(sdkFeatureBand, dotnetPath) ==
InstallType
.Msi)
parent\dotnet\Commands\Workload\WorkloadInfoHelper.cs (1)
98
InstallType
.Msi => new ReadOnlyWindowsWorkloadInstallationRecordRepository(),
parent\dotnet\Commands\Workload\WorkloadInstallDetector.cs (1)
41
InstallType
.Msi => HasMsiWorkloadRecords(sdkFeatureBand),
Microsoft.NET.Sdk.WorkloadManifestReader (6)
WorkloadInstallType.cs (6)
28
public static
InstallType
GetWorkloadInstallType(SdkFeatureBand sdkFeatureBand, string? dotnetDir) =>
31
?
InstallType
.Msi :
InstallType
.FileBased;
35
var
installType = GetWorkloadInstallType(sdkFeatureBand, dotnetDir);
38
if (dotnetDir is not null && installType ==
InstallType
.FileBased)
42
else if (installType ==
InstallType
.Msi)