3 references to WorkloadSuggestionCandidate
Microsoft.NET.Sdk.WorkloadManifestReader (2)
WorkloadSuggestionFinder.cs (2)
55var suggestion = new WorkloadSuggestionCandidate(new HashSet<WorkloadId>() { workload.id }, workload.expandedPacks, unsatisfied); 120var candidate = new WorkloadSuggestionCandidate(combinedIds, combinedPacks, stillMissing);
Microsoft.NET.Sdk.WorkloadManifestReader.Tests (1)
WorkloadSuggestionFinderTests.cs (1)
132=> new(ConstructWorkloadHash(workloadIds), ConstructPackHash(packIds), ConstructPackHash(unsatisfiedPackIds));