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