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