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