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