10 references to CharInClass
System.Text.RegularExpressions (10)
System\Text\RegularExpressions\RegexFindOptimizations.cs (6)
498if (RegexCharClass.CharInClass(span[i], set, ref startingAsciiLookup)) 677if (RegexCharClass.CharInClass(span[i], primarySet.Set, ref startingAsciiLookup)) 771if (!RegexCharClass.CharInClass(c, nextSet.Set, ref _asciiLookups![i])) 790if (!RegexCharClass.CharInClass(c, primarySet.Set, ref startingAsciiLookup)) 799if (!RegexCharClass.CharInClass(c, nextSet.Set, ref _asciiLookups![i])) 841while ((uint)--prev < (uint)slice.Length && RegexCharClass.CharInClass(slice[prev], loopNode.Str!, ref _asciiLookups![0])) ;
System\Text\RegularExpressions\RegexInterpreter.cs (4)
842if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), _code.Strings[operand], ref _code.StringsAsciiLookup[operand])) 934if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), set, ref setLookup)) 1021if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), set, ref setLookup)) 1112if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), _code.Strings[operand0], ref _code.StringsAsciiLookup[operand0]))