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)
404var featureBandsWithWorkloadInstallRecords = _installationRecordRepository.GetFeatureBandsWithInstallationRecords(); 498var featureBandsWithWorkloadInstallationRecords = _installationRecordRepository.GetFeatureBandsWithInstallationRecords(); 612var allFeatureBands = workloadRecordRepository.GetFeatureBandsWithInstallationRecords();