12 references to SortedList
Aspire.Dashboard (1)
CodeStyleConfigFileGenerator (1)
dotnet-svcutil-lib (1)
GenerateDocumentationAndConfigFiles (3)
Program.cs (3)
267var allRulesById = new SortedList<string, DiagnosticDescriptor>();
270var rulesMetadata = new SortedList<string, (string path, SortedList<string, (DiagnosticDescriptor rule, string typeName, string[]? languages)> rules)>();
285var assemblyRulesMetadata = (path, rules: new SortedList<string, (DiagnosticDescriptor rule, string typeName, string[]? languages)>());
Microsoft.ML.FastTree (1)
NuGet.Commands (1)
PresentationFramework (1)
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
107: this()
System.IO.Packaging (1)
System.Windows.Forms.Design (1)