2 writes to runci
System (2)
regex\system\text\regularexpressions\RegexInterpreter.cs (2)
149
runci
= (0 != (op & RegexCode.Ci));
380
runci
= runfcPrefix.CaseInsensitive;
3 references to runci
System (3)
regex\system\text\regularexpressions\RegexInterpreter.cs (3)
235
return(
runci
? Char.ToLower(ch, runculture) : ch);
255
if (!
runci
) {
296
if (!
runci
) {