9 references to SortedList
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3323
importList = new
SortedList
(StringComparer.Ordinal);
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
593
SortedList itemTypes = new
SortedList
(CaseInsensitiveComparer.Default);
System.Collections.NonGeneric (2)
System\Collections\SortedList.cs (1)
130
:
this
(comparer)
System\Collections\Specialized\CollectionsUtil.cs (1)
34
return new
SortedList
(CaseInsensitiveComparer.Default);
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
1040
private readonly SortedList m_list = SortedList.Synchronized(new
SortedList
(PathListComparer.StaticInstance)); // Do not rename (binary serialization)
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (4)
30
SortedList nsListToRender = new
SortedList
(new NamespaceSortOrder());
31
SortedList attrListToRender = new
SortedList
(new AttributeSortOrder());
101
SortedList nsListToRender = new
SortedList
(new NamespaceSortOrder());
102
SortedList attrListToRender = new
SortedList
(new AttributeSortOrder());