26 instantiations of SortedList
Aspire.Dashboard (1)
CodeStyleConfigFileGenerator (1)
dotnet-svcutil-lib (2)
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)>());
ILCompiler.Compiler (1)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.Build.Tasks.Core (1)
Microsoft.DotNet.XliffTasks (1)
Microsoft.ML.FastTree (1)
Microsoft.ML.Sweeper (2)
Microsoft.NET.Sdk.Publish.Tasks (1)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
NuGet.Commands (1)
PresentationCore (1)
PresentationFramework (2)
System.ComponentModel.TypeConverter (2)
System.IO.Packaging (2)
System.Windows.Forms.Design (2)
71 references to SortedList
Aspire.Dashboard (3)
CodeStyleConfigFileGenerator (3)
dotnet-svcutil-lib (2)
GenerateDocumentationAndConfigFiles (8)
Program.cs (8)
267var allRulesById = new SortedList<string, DiagnosticDescriptor>();
270var rulesMetadata = new SortedList<string, (string path, SortedList<string, (DiagnosticDescriptor rule, string typeName, string[]? languages)> rules)>();
1094SortedList<string, DiagnosticDescriptor> sortedRulesById,
1160SortedList<string, DiagnosticDescriptor> sortedRulesById)
1228SortedList<string, DiagnosticDescriptor> sortedRulesById)
1385SortedList<string, DiagnosticDescriptor> sortedRulesById,
1412SortedList<string, DiagnosticDescriptor> sortedRulesById,
ILCompiler.Compiler (1)
Microsoft.AspNetCore.Components.Endpoints (3)
Microsoft.AspNetCore.Http.Extensions (3)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.Build.Tasks.Core (3)
Microsoft.DotNet.XliffTasks (1)
Microsoft.ML.FastTree (5)
Microsoft.ML.Sweeper (2)
Microsoft.NET.Sdk.Publish.Tasks (1)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
netstandard (1)
NuGet.Commands (1)
PresentationCore (2)
PresentationFramework (3)
System (1)
System.Collections (13)
System\Collections\Generic\SortedList.cs (13)
521/// <param name="index">The zero-based index of the value within the entire <see cref="SortedList{TKey, TValue}"/>.</param>
534/// <param name="index">The zero-based index of the value within the entire <see cref="SortedList{TKey, TValue}"/>.</param>
558/// <param name="index">The zero-based index of the key within the entire <see cref="SortedList{TKey, TValue}"/>.</param>
752private readonly SortedList<TKey, TValue> _sortedList;
762internal Enumerator(SortedList<TKey, TValue> sortedList, int getEnumeratorRetType)
873private readonly SortedList<TKey, TValue> _sortedList;
878internal SortedListKeyEnumerator(SortedList<TKey, TValue> sortedList)
937private readonly SortedList<TKey, TValue> _sortedList;
942internal SortedListValueEnumerator(SortedList<TKey, TValue> sortedList)
1004private readonly SortedList<TKey, TValue> _dict; // Do not rename (binary serialization)
1006internal KeyList(SortedList<TKey, TValue> dictionary)
1118private readonly SortedList<TKey, TValue> _dict; // Do not rename (binary serialization)
1120internal ValueList(SortedList<TKey, TValue> dictionary)
System.ComponentModel.TypeConverter (5)
System.IO.Packaging (3)
System.Windows.Forms.Design (4)
System.Xaml (1)