25 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)>());
GenerateRulesMissingDocumentation (1)
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
968var expected = new SortedList<int, int>() { [0] = 10, [1] = 11, [2] = 12, [3] = 13, [4] = 14, [5] = 15, [6] = 16, [7] = 17, [8] = 18, [9] = 19, };
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
Microsoft.ML.FastTree (1)
Microsoft.ML.Sweeper (2)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
PresentationCore (1)
PresentationFramework (2)
System.ComponentModel.TypeConverter (2)
System.IO.Packaging (2)
System.Windows.Forms.Design (2)
72 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)>();
1092SortedList<string, DiagnosticDescriptor> sortedRulesById,
1158SortedList<string, DiagnosticDescriptor> sortedRulesById)
1226SortedList<string, DiagnosticDescriptor> sortedRulesById)
1383SortedList<string, DiagnosticDescriptor> sortedRulesById,
1410SortedList<string, DiagnosticDescriptor> sortedRulesById,
GenerateRulesMissingDocumentation (3)
Microsoft.AspNetCore.Components.Endpoints (3)
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Binding\FormDataMapperTests.cs (3)
968var expected = new SortedList<int, int>() { [0] = 10, [1] = 11, [2] = 12, [3] = 13, [4] = 14, [5] = 15, [6] = 16, [7] = 17, [8] = 18, [9] = 19, };
969CanDeserialize_Dictionary<SortedList<int, int>, SortedList<int, int>, int, int>(expected);
Microsoft.AspNetCore.Http.Extensions (3)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (2)
Microsoft.ML.FastTree (5)
Microsoft.ML.Sweeper (2)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
netstandard (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)