6 references to InstallType
Microsoft.DotNet.MSBuildSdkResolver (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)