1 write to _culture
System (1)
regex\system\text\regularexpressions\RegexParser.cs (1)
192_culture = culture;
8 references to _culture
System (8)
regex\system\text\regularexpressions\RegexParser.cs (8)
634cc.AddLowercase(_culture); 979cc.AddLowercase(_culture); 1090ch = Char.ToLower(ch, _culture); 1717String str = Convert.ToString(j, _culture); 1888sb.Append(Char.ToLower(str[i], _culture)); 1898ch = Char.ToLower(ch, _culture); 1997ch = Char.ToLower(ch, _culture); 2007ch = Char.ToLower(ch, _culture);