2 instantiations of MultiplePathResolutionResult
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (2)
CachingWorkloadResolver.cs (2)
133
return new
MultiplePathResolutionResult
(autoImportSdkPaths.Distinct());
149
return new
MultiplePathResolutionResult
(workloadManifestPaths);
1 reference to MultiplePathResolutionResult
Microsoft.NET.Sdk.WorkloadMSBuildSdkResolver (1)
CachingWorkloadResolver.cs (1)
88
case
MultiplePathResolutionResult
r: