12 references to Forwardcharnext
System.Text.RegularExpressions (12)
System\Text\RegularExpressions\RegexInterpreter.cs (12)
819if (Forwardchars() < 1 || Forwardcharnext(inputSpan) != (char)Operand(0)) 827if (Forwardchars() < 1 || Forwardcharnext(inputSpan) == (char)Operand(0)) 842if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), _code.Strings[operand], ref _code.StringsAsciiLookup[operand])) 891if (Forwardcharnext(inputSpan) != ch) 911if (Forwardcharnext(inputSpan) == ch) 934if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), set, ref setLookup)) 952if (Forwardcharnext(inputSpan) != ch) 994if (Forwardcharnext(inputSpan) == ch) 1021if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), set, ref setLookup)) 1071if (Forwardcharnext(inputSpan) != (char)Operand(0)) 1091if (Forwardcharnext(inputSpan) == (char)Operand(0)) 1112if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), _code.Strings[operand0], ref _code.StringsAsciiLookup[operand0]))