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