4 references to EmitIndexOfAnyWithSearchValuesOrLiteral
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexCompiler.cs (4)
964EmitIndexOfAnyWithSearchValuesOrLiteral(primarySet.Chars, except: primarySet.Negated); 3888EmitIndexOfAnyWithSearchValuesOrLiteral(literal.SetChars); 3901EmitIndexOfAnyWithSearchValuesOrLiteral($"{node.Ch}{literal.SetChars}"); 5490EmitIndexOfAnyWithSearchValuesOrLiteral(setChars, last: useLast, except: negated);