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