1 write to _culture
System (1)
regex\system\text\regularexpressions\RegexBoyerMoore.cs (1)
69_culture = culture;
3 references to _culture
System (3)
regex\system\text\regularexpressions\RegexBoyerMoore.cs (3)
236TextInfo textinfo = _culture.TextInfo; 315chTest = Char.ToLower(chTest, _culture); 341chTest = Char.ToLower(chTest, _culture);