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)
409var featureBandsWithWorkloadInstallRecords = _installationRecordRepository.GetFeatureBandsWithInstallationRecords(); 503var featureBandsWithWorkloadInstallationRecords = _installationRecordRepository.GetFeatureBandsWithInstallationRecords(); 617var allFeatureBands = workloadRecordRepository.GetFeatureBandsWithInstallationRecords();