1 write to Runtimes
Microsoft.Deployment.DotNet.Releases (1)
ProductRelease.cs (1)
179
Runtimes
= new ReadOnlyCollection<ReleaseComponent>(runtimes);
1 reference to Runtimes
Microsoft.Deployment.DotNet.Releases (1)
ProductRelease.cs (1)
19
private string DebuggerDisplay => $"Release {Version} (SDKs: {Sdks.Count}, Runtimes: {
Runtimes
.Count})";