9 references to SortedList
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3323importList = new SortedList(StringComparer.Ordinal);
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
593SortedList itemTypes = new SortedList(CaseInsensitiveComparer.Default);
System.Collections.NonGeneric (2)
System\Collections\SortedList.cs (1)
130: this(comparer)
System\Collections\Specialized\CollectionsUtil.cs (1)
34return new SortedList(CaseInsensitiveComparer.Default);
System.Net.Primitives (1)
System\Net\CookieContainer.cs (1)
1040private 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)
30SortedList nsListToRender = new SortedList(new NamespaceSortOrder()); 31SortedList attrListToRender = new SortedList(new AttributeSortOrder()); 101SortedList nsListToRender = new SortedList(new NamespaceSortOrder()); 102SortedList attrListToRender = new SortedList(new AttributeSortOrder());