21 references to CurrentCultureIgnoreCase
System (5)
compmod\system\collections\specialized\collectionsutil.cs (3)
22return new Hashtable(StringComparer.CurrentCultureIgnoreCase); 29return new Hashtable(capacity, StringComparer.CurrentCultureIgnoreCase); 36return 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)
77comparer = StringComparer.CurrentCultureIgnoreCase;
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceRouteHandler.cs (1)
36static Hashtable routeServiceTable = new Hashtable(StringComparer.CurrentCultureIgnoreCase);
System\ServiceModel\ServiceHostingEnvironment.cs (1)
660this.serviceActivations = new Hashtable(StringComparer.CurrentCultureIgnoreCase);
System.Web (11)
Profile\ProfileInfo.cs (1)
76_Hashtable = new Hashtable(10, StringComparer.CurrentCultureIgnoreCase);
UI\ChtmlTextWriter.cs (6)
26private Hashtable _recognizedAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 27private Hashtable _suppressedAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 28private Hashtable _globalSuppressedAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 68eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 124eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 131eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase);
UI\XhtmlTextWriter.cs (4)
20private Hashtable _elementSpecificAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 21private Hashtable _suppressCommonAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 144eltAttributes = new Hashtable(StringComparer.CurrentCultureIgnoreCase); 196eltAttributes = 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)
265this.frameworkReferenceDirectories = new HashSet<string>(StringComparer.CurrentCultureIgnoreCase);