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