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