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