2 references to CaseInsensitive
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexInterpreterCode.cs (1)
146if ((opcode & RegexOpcode.CaseInsensitive) != 0) sb.Append("-Ci");
System\Text\RegularExpressions\RegexWriter.cs (1)
210bits |= RegexOpcode.CaseInsensitive;