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)
29
private readonly SortedList<string, SniOptions> _wildcardPrefixOptions = new
SortedList
<string, SniOptions>(LongestStringFirstComparer.Instance);
Microsoft.Build.Tasks.Core (1)
system.design\stronglytypedresourcebuilder.cs (1)
722
new
SortedList
<string, ResourceData>(StringComparer.InvariantCultureIgnoreCase)
Microsoft.DotNet.XliffTasks (1)
Model\XlfDocument.cs (1)
235
SortedList<string, XElement> sortedTransUnits =
new
(comparer);
Microsoft.ML.Sweeper (2)
Algorithms\NelderMead.cs (2)
119
_simplexVertices = new
SortedList
<IRunResult, float[]>(new SimplexVertexComparer());
351
var 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)
231
sd = new
SortedList
<string, object?>(StringComparer.OrdinalIgnoreCase);
235
sd = new
SortedList
<string, object?>(StringComparer.Ordinal);