2 instantiations of NullResolutionResult
Microsoft.DotNet.MSBuildSdkResolver (2)
CachingWorkloadResolver.cs (2)
175return new NullResolutionResult(); 182return new NullResolutionResult();
2 references to NullResolutionResult
Microsoft.DotNet.MSBuildSdkResolver (2)
CachingWorkloadResolver.cs (1)
92case NullResolutionResult:
MSBuildSdkResolver.cs (1)
318if (workloadResult is not CachingWorkloadResolver.NullResolutionResult)