44 references to SortedDictionary
Aspire.Dashboard (1)
dotnet-svcutil-lib (3)
ILCompiler.Compiler (5)
ILCompiler.ReadyToRun (6)
Microsoft.Build (1)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.Features (6)
Microsoft.DotNet.Build.Manifest (1)
Microsoft.DotNet.Build.Tasks.Packaging (5)
PackageIndex.cs (5)
24public SortedDictionary<string, PackageInfo> Packages { get; set; } = new SortedDictionary<string, PackageInfo>();
26public SortedDictionary<string, string> ModulesToPackages { get; set; } = new SortedDictionary<string, string>();
388public SortedDictionary<Version, Version> AssemblyVersionInPackageVersion { get; set; } = new SortedDictionary<Version, Version>();
490private SortedDictionary<string, SortedDictionary<Version, Version>> inboxVersions = new SortedDictionary<string, SortedDictionary<Version, Version>>();
503inboxVersions[frameworkKey] = mappings = new SortedDictionary<Version, Version>();
Microsoft.Extensions.AI.Abstractions.Tests (1)
Microsoft.ML.TimeSeries (2)
Microsoft.ML.Tokenizers (2)
Microsoft.NET.HostModel (4)
NuGet.Protocol (2)
Shared.Tests (1)
System.IO.Packaging (1)
System.Speech (2)