1 write to runculture
System (1)
regex\system\text\regularexpressions\RegexInterpreter.cs (1)
43runculture = culture;
4 references to runculture
System (4)
regex\system\text\regularexpressions\RegexInterpreter.cs (4)
235return(runci ? Char.ToLower(ch, runculture) : ch); 262if (str[--c] != Char.ToLower(runtext[--pos], runculture)) 303if (Char.ToLower(runtext[--cmpos], runculture) != Char.ToLower(runtext[--pos], runculture))