13 references to SortedList
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
114var newMetrics = new SortedList<DateTimeOffset, MetricViewBase>();
CodeStyleConfigFileGenerator (1)
Program.cs (1)
52var allRulesById = new SortedList<string, DiagnosticDescriptor>();
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
720SortedList<string, string> policyKeys = new SortedList<string, string>();
GenerateRulesMissingDocumentation (1)
Program.cs (1)
142var allRulesById = new SortedList<string, DiagnosticDescriptor>();
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.CodeAnalysis.CSharp.Scripting.UnitTests (2)
ObjectFormatterTests.cs (2)
632var obj = new SortedList<int, int>(); 640var obj2 = new SortedList<int[], int[]>();
Microsoft.ML.FastTree (1)
Utils\BufferPoolManager.cs (1)
153_bufferPools[type] = new SortedList<int, List<Array>>();
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\ModifierFlagsExtensions.cs (1)
17private static readonly SortedList<ModifierFlags, SyntaxKind> s_modifierDefinitions = new()
PresentationFramework (1)
System\Windows\Documents\TextContainerChangedEventArgs.cs (1)
32_changes = new SortedList<int, TextChange>();
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
107: this()
System.IO.Packaging (1)
System\IO\Packaging\Package.cs (1)
36_partList = new SortedList<PackUriHelper.ValidatedPartUri, PackagePart>(); // initial default is zero
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionList.cs (1)
26var items = new SortedList<string, DesignerActionItem>();