12 references to Forwardcharnext
System.Text.RegularExpressions (12)
System\Text\RegularExpressions\RegexInterpreter.cs (12)
829if (Forwardchars() < 1 || Forwardcharnext(inputSpan) != (char)Operand(0)) 837if (Forwardchars() < 1 || Forwardcharnext(inputSpan) == (char)Operand(0)) 852if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), _code.Strings[operand], ref _code.StringsAsciiLookup[operand])) 901if (Forwardcharnext(inputSpan) != ch) 921if (Forwardcharnext(inputSpan) == ch) 944if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), set, ref setLookup)) 962if (Forwardcharnext(inputSpan) != ch) 1004if (Forwardcharnext(inputSpan) == ch) 1031if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), set, ref setLookup)) 1081if (Forwardcharnext(inputSpan) != (char)Operand(0)) 1101if (Forwardcharnext(inputSpan) == (char)Operand(0)) 1122if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), _code.Strings[operand0], ref _code.StringsAsciiLookup[operand0]))