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