Implemented interface member:
method
GetFeatureBandsWithInstallationRecords
Microsoft.DotNet.Cli.Commands.Workload.Install.WorkloadInstallRecords.IWorkloadInstallationRecordRepository.GetFeatureBandsWithInstallationRecords()
3 references to GetFeatureBandsWithInstallationRecords
dotnet (3)
Commands\Workload\Install\FileBasedInstaller.cs (3)
407var featureBandsWithWorkloadInstallRecords = _installationRecordRepository.GetFeatureBandsWithInstallationRecords(); 501var featureBandsWithWorkloadInstallationRecords = _installationRecordRepository.GetFeatureBandsWithInstallationRecords(); 615var allFeatureBands = workloadRecordRepository.GetFeatureBandsWithInstallationRecords();