16 references to SortedList
mscorlib (1)
system\collections\sortedlist.cs (1)
144: this(comparer) {
System (4)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2915importList = new SortedList(StringComparer.Ordinal);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
2439importList = new SortedList(StringComparer.OrdinalIgnoreCase);
compmod\system\collections\specialized\collectionsutil.cs (1)
43return new SortedList(CaseInsensitiveComparer.Default);
net\System\Net\cookiecontainer.cs (1)
911SortedList m_list = (SortedList.Synchronized(new SortedList(PathListComparer.StaticInstance)));
System.Management (4)
WmiGenerator.cs (4)
102private SortedList PublicProperties = new SortedList(StringComparer.OrdinalIgnoreCase); 103private SortedList PublicMethods = new SortedList (StringComparer.OrdinalIgnoreCase); 104private SortedList PublicNamesUsed = new SortedList(StringComparer.OrdinalIgnoreCase); 105private SortedList PrivateNamesUsed = new SortedList(StringComparer.OrdinalIgnoreCase);
System.Security (4)
system\security\cryptography\xml\c14nutil.cs (4)
180SortedList nsListToRender = new SortedList(new NamespaceSortOrder()); 181SortedList attrListToRender = new SortedList(new AttributeSortOrder()); 238SortedList nsListToRender = new SortedList(new NamespaceSortOrder()); 239SortedList attrListToRender = new SortedList(new AttributeSortOrder());
System.Web (3)
UI\SkinBuilder.cs (1)
229skins = new SortedList(StringComparer.OrdinalIgnoreCase);
UI\WebParts\WebPartManager.cs (2)
984partsForZone = new SortedList(new WebPart.ZoneIndexComparer()); 2296partsForZone = new SortedList(new WebPart.ZoneIndexComparer());