21 references to CurrentCultureIgnoreCase
System (5)
compmod\system\collections\specialized\collectionsutil.cs (3)
22
return new Hashtable(StringComparer.
CurrentCultureIgnoreCase
);
29
return new Hashtable(capacity, StringComparer.
CurrentCultureIgnoreCase
);
36
return new Hashtable(d, StringComparer.
CurrentCultureIgnoreCase
);
sys\system\configuration\SettingsPropertyCollection.cs (1)
31
_Hashtable = new Hashtable(10, StringComparer.
CurrentCultureIgnoreCase
);
sys\system\configuration\SettingsPropertyValueCollection.cs (1)
34
_Indices = new Hashtable(10, StringComparer.
CurrentCultureIgnoreCase
);
System.Data.Linq (1)
SortableBindingList.cs (1)
77
comparer = StringComparer.
CurrentCultureIgnoreCase
;
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceRouteHandler.cs (1)
36
static Hashtable routeServiceTable = new Hashtable(StringComparer.
CurrentCultureIgnoreCase
);
System\ServiceModel\ServiceHostingEnvironment.cs (1)
660
this.serviceActivations = new Hashtable(StringComparer.
CurrentCultureIgnoreCase
);
System.Web (11)
Profile\ProfileInfo.cs (1)
76
_Hashtable = new Hashtable(10, StringComparer.
CurrentCultureIgnoreCase
);
UI\ChtmlTextWriter.cs (6)
26
private Hashtable _recognizedAttributes = new Hashtable(StringComparer.
CurrentCultureIgnoreCase
);
27
private Hashtable _suppressedAttributes = new Hashtable(StringComparer.
CurrentCultureIgnoreCase
);
28
private Hashtable _globalSuppressedAttributes = new Hashtable(StringComparer.
CurrentCultureIgnoreCase
);
68
eltAttributes = new Hashtable(StringComparer.
CurrentCultureIgnoreCase
);
124
eltAttributes = new Hashtable(StringComparer.
CurrentCultureIgnoreCase
);
131
eltAttributes = new Hashtable(StringComparer.
CurrentCultureIgnoreCase
);
UI\XhtmlTextWriter.cs (4)
20
private Hashtable _elementSpecificAttributes = new Hashtable(StringComparer.
CurrentCultureIgnoreCase
);
21
private Hashtable _suppressCommonAttributes = new Hashtable(StringComparer.
CurrentCultureIgnoreCase
);
144
eltAttributes = new Hashtable(StringComparer.
CurrentCultureIgnoreCase
);
196
eltAttributes = new Hashtable(StringComparer.
CurrentCultureIgnoreCase
);
System.Web.ApplicationServices (1)
Security\MembershipUserCollection.cs (1)
22
_Indices = new Hashtable(10, StringComparer.
CurrentCultureIgnoreCase
);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerParameters.cs (1)
265
this.frameworkReferenceDirectories = new HashSet<string>(StringComparer.
CurrentCultureIgnoreCase
);