9 references to SortedList
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\UniqueCodeIdentifierScope.cs (1)
23_names = new SortedList<string, string>(StringComparer.Ordinal);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
29private readonly SortedList<string, SniOptions> _wildcardPrefixOptions = new SortedList<string, SniOptions>(LongestStringFirstComparer.Instance);
Microsoft.Build.Tasks.Core (1)
system.design\stronglytypedresourcebuilder.cs (1)
722new SortedList<string, ResourceData>(StringComparer.InvariantCultureIgnoreCase)
Microsoft.DotNet.XliffTasks (1)
Model\XlfDocument.cs (1)
235SortedList<string, XElement> sortedTransUnits = new(comparer);
Microsoft.ML.Sweeper (2)
Algorithms\NelderMead.cs (2)
119_simplexVertices = new SortedList<IRunResult, float[]>(new SimplexVertexComparer()); 351var newSimplexVertices = new SortedList<IRunResult, float[]>(new SimplexVertexComparer());
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
125: this(comparer)
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ComponentResourceManager.cs (2)
231sd = new SortedList<string, object?>(StringComparer.OrdinalIgnoreCase); 235sd = new SortedList<string, object?>(StringComparer.Ordinal);