1 write to Sdks
Microsoft.Deployment.DotNet.Releases (1)
ProductRelease.cs (1)
197Sdks = new ReadOnlyCollection<SdkReleaseComponent>(sdks);
4 references to Sdks
dotnet-aot (3)
parent\dotnet\Commands\Sdk\Check\SdkOutputWriter.cs (1)
88.SelectMany(release => release.Sdks)
parent\dotnet\SdkVulnerability\SdkVulnerabilityChecker.cs (2)
62if (releaseList[i].Sdks.Any(sdk => sdk.Version == sdkVersion)) 139foreach (var sdk in release.Sdks)
Microsoft.Deployment.DotNet.Releases (1)
ProductRelease.cs (1)
19private string DebuggerDisplay => $"Release {Version} (SDKs: {Sdks.Count}, Runtimes: {Runtimes.Count})";