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)
634
cc.AddLowercase(
_culture
);
979
cc.AddLowercase(
_culture
);
1090
ch = Char.ToLower(ch,
_culture
);
1717
String str = Convert.ToString(j,
_culture
);
1888
sb.Append(Char.ToLower(str[i],
_culture
));
1898
ch = Char.ToLower(ch,
_culture
);
1997
ch = Char.ToLower(ch,
_culture
);
2007
ch = Char.ToLower(ch,
_culture
);