1 instantiation of CompatibleSdkValue
Microsoft.DotNet.MSBuildSdkResolver (1)
NETCoreSdkResolver.cs (1)
127return new CompatibleSdkValue(mostRecent, mostRecentNonPreview);
4 references to CompatibleSdkValue
Microsoft.DotNet.MSBuildSdkResolver (4)
NETCoreSdkResolver.cs (4)
21private static readonly ConcurrentDictionary<CompatibleSdkKey, CompatibleSdkValue> s_compatibleSdks 55return Equals(obj as CompatibleSdkValue); 80CompatibleSdkValue sdks = GetMostCompatibleSdks(dotnetExeDirectory, msbuildVersion, minimumSdkMajorVersion); 89private CompatibleSdkValue GetMostCompatibleSdks(string? dotnetExeDirectory, Version msbuildVersion, int minimumSdkMajorVersion)