12 references to SortedList
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
120var 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>();
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)
Utils\BufferPoolManager.cs (1)
153_bufferPools[type] = new SortedList<int, List<Array>>();
NuGet.Commands (1)
RestoreCommand\ProjectRestoreCommand.cs (1)
113var projectProvidedRuntimeIdentifierGraphs = new SortedList<string, RuntimeGraph>();
PresentationFramework (1)
System\Windows\Documents\TextContainerChangedEventArgs.cs (1)
28_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>();