1 type derived from SortedList
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
572private sealed class SyncSortedList : SortedList
18 instantiations of SortedList
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3323importList = new SortedList(StringComparer.Ordinal);
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
88_lockList = new SortedList();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
99_schemas = new SortedList();
Microsoft.Build (1)
Logging\BaseConsoleLogger.cs (1)
593SortedList itemTypes = new SortedList(CaseInsensitiveComparer.Default);
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (2)
ObjectFormatterTests.cs (2)
74SortedList obj = new SortedList(); 82obj = new SortedList();
PresentationFramework (3)
MS\Internal\AppModel\OleCmdHelper.cs (2)
180_oleCmdMappingTable = new SortedList(10); 245_editingCommandsMappingTable = new SortedList(2);
System\Windows\Documents\AdornerLayer.cs (1)
1005private SortedList _zOrderMap = new SortedList(10);
System.Collections.NonGeneric (2)
System\Collections\SortedList.cs (1)
296SortedList sl = new SortedList(_size);
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.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
84_lockList = new SortedList();
System\Xml\Schema\XmlSchemaSet.cs (1)
92_schemas = new SortedList();
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());
67 references to SortedList
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
3319SortedList importList;
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
60private SortedList _lockList;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
171SortedList schemas = schemaSet.SortedSchemas;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (3)
30private SortedList _schemas; // List of source schemas 1262SortedList copyFromList = otherSet.SortedSchemas; 1459internal SortedList SortedSchemas
Microsoft.Build (6)
Logging\BaseConsoleLogger.cs (3)
552internal void WriteItems(SortedList itemTypes) 586internal SortedList ExtractItemList(IEnumerable items) 593SortedList itemTypes = new SortedList(CaseInsensitiveComparer.Default);
Logging\ParallelLogger\ParallelConsoleLogger.cs (1)
807SortedList itemList = ExtractItemList(items);
Logging\SerialConsoleLogger.cs (2)
280SortedList itemList = ExtractItemList(e.Items); 585SortedList itemList = ExtractItemList(projectEvaluationFinished.Items);
Microsoft.Build.Engine.UnitTests (2)
ConsoleLogger_Tests.cs (2)
1687SortedList itemList = scl.ExtractItemList(items); 1769SortedList itemList = scl.ExtractItemList(items);
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (1)
ObjectFormatterTests.cs (1)
74SortedList obj = new SortedList();
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
121[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.SortedList))]
netstandard (1)
netstandard.cs (1)
154[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.SortedList))]
PresentationFramework (3)
MS\Internal\AppModel\OleCmdHelper.cs (2)
255private SortedList _oleCmdMappingTable; 257private SortedList _editingCommandsMappingTable;
System\Windows\Documents\AdornerLayer.cs (1)
1005private SortedList _zOrderMap = new SortedList(10);
System.Collections.NonGeneric (15)
System\Collections\SortedList.cs (14)
60[DebuggerTypeProxy(typeof(System.Collections.SortedList.SortedListDebugView))] 296SortedList sl = new SortedList(_size); 549public static SortedList Synchronized(SortedList list) 574private readonly SortedList _list; // Do not rename (binary serialization) 577internal SyncSortedList(SortedList list) 786private readonly SortedList _sortedList; 800internal SortedListEnumerator(SortedList sortedList, int index, int count, 890private readonly SortedList sortedList; // Do not rename (binary serialization) 892internal KeyList(SortedList sortedList) 994private readonly SortedList sortedList; // Do not rename (binary serialization) 996internal ValueList(SortedList sortedList) 1091private readonly SortedList _sortedList; 1093public SortedListDebugView(SortedList sortedList)
System\Collections\Specialized\CollectionsUtil.cs (1)
32public static SortedList CreateCaseInsensitiveSortedList()
System.Net.Primitives (4)
System\Net\CookieContainer.cs (4)
880SortedList list = pathList.List; 1040private readonly SortedList m_list = SortedList.Synchronized(new SortedList(PathListComparer.StaticInstance)); // Do not rename (binary serialization) 1102internal SortedList List => m_list;
System.Private.Xml (5)
System\Xml\Schema\Preprocessor.cs (1)
55private readonly SortedList _lockList;
System\Xml\Schema\SchemaSetCompiler.cs (1)
178SortedList schemas = schemaSet.SortedSchemas;
System\Xml\Schema\XmlSchemaSet.cs (3)
26private readonly SortedList _schemas; // List of source schemas 1105SortedList copyFromList = otherSet.SortedSchemas; 1299internal SortedList SortedSchemas
System.Security.Cryptography.Xml (23)
System\Security\Cryptography\Xml\AncestralNamespaceContextManager.cs (6)
63internal abstract void TrackNamespaceNode(XmlAttribute attr, SortedList nsListToRender, Hashtable nsLocallyDeclared); 64internal abstract void TrackXmlNamespaceNode(XmlAttribute attr, SortedList nsListToRender, SortedList attrListToRender, Hashtable nsLocallyDeclared); 65internal abstract void GetNamespacesToRender(XmlElement element, SortedList attrListToRender, SortedList nsListToRender, Hashtable nsLocallyDeclared); 77internal void LoadRenderedNamespaces(SortedList nsRenderedList)
System\Security\Cryptography\Xml\C14NAncestralNamespaceContextManager.cs (7)
15private void GetNamespaceToRender(string nsPrefix, SortedList attrListToRender, SortedList nsListToRender, Hashtable nsLocallyDeclared) 56internal override void GetNamespacesToRender(XmlElement element, SortedList attrListToRender, SortedList nsListToRender, Hashtable nsLocallyDeclared) 87internal override void TrackNamespaceNode(XmlAttribute attr, SortedList nsListToRender, Hashtable nsLocallyDeclared) 92internal override void TrackXmlNamespaceNode(XmlAttribute attr, SortedList nsListToRender, SortedList attrListToRender, Hashtable nsLocallyDeclared)
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());
System\Security\Cryptography\Xml\ExcAncestralNamespaceContextManager.cs (6)
27private void GatherNamespaceToRender(string nsPrefix, SortedList nsListToRender, Hashtable nsLocallyDeclared) 58internal override void GetNamespacesToRender(XmlElement element, SortedList attrListToRender, SortedList nsListToRender, Hashtable nsLocallyDeclared) 69internal override void TrackNamespaceNode(XmlAttribute attr, SortedList nsListToRender, Hashtable nsLocallyDeclared) 77internal override void TrackXmlNamespaceNode(XmlAttribute attr, SortedList nsListToRender, SortedList attrListToRender, Hashtable nsLocallyDeclared)