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