7 references to Culture
mscorlib (7)
system\globalization\datetimeformatinfo.cs (7)
755if (String.Compare(eraName, m_eraNames[i], this.Culture, CompareOptions.IgnoreCase)==0) { 762if (String.Compare(eraName, m_abbrevEraNames[i], this.Culture, CompareOptions.IgnoreCase)==0) { 2779ch = Char.ToLower(ch, this.Culture); 2813if (String.Compare(str.Value, str.Index, value.tokenString, 0, value.tokenString.Length, this.Culture, CompareOptions.IgnoreCase)==0) { 2872if (temp != null && Char.ToLower(temp.tokenString[0], this.Culture) != ch) { 2902char ch = Char.ToLower(str[0], this.Culture); 2916if (String.Compare(str, 0, value.tokenString, 0, value.tokenString.Length, this.Culture, CompareOptions.IgnoreCase) == 0) {