6 references to InstallType
Microsoft.DotNet.MSBuildSdkResolver (6)
WorkloadInstallType.cs (6)
28public static InstallType GetWorkloadInstallType(SdkFeatureBand sdkFeatureBand, string? dotnetDir) => 31? InstallType.Msi : InstallType.FileBased; 35var installType = GetWorkloadInstallType(sdkFeatureBand, dotnetDir); 38if (dotnetDir is not null && installType == InstallType.FileBased) 42else if (installType == InstallType.Msi)