1 write to Packs
Microsoft.DotNet.MSBuildSdkResolver (1)
WorkloadSuggestionFinder.cs (1)
208Packs = packs;
6 references to Packs
Microsoft.DotNet.MSBuildSdkResolver (6)
WorkloadSuggestionFinder.cs (6)
23var installedCount = c.Packs.Count(p => installedPacks.Contains(p)); 24var extraPacks = c.Packs.Count - installedCount - requestedPacks.Count; 108if (!root.UnsatisfiedPacks.Overlaps(branch.Packs)) 116var combinedPacks = new HashSet<WorkloadPackId>(root.Packs); 117combinedPacks.UnionWith(branch.Packs); 119stillMissing.ExceptWith(branch.Packs);