14 references to Forwardcharnext
System (14)
regex\system\text\regularexpressions\RegexInterpreter.cs (14)
387
if (ch ==
Forwardcharnext
()) {
395
if (RegexCharClass.CharInClass(
Forwardcharnext
(), set)) {
808
if (Forwardchars() < 1 ||
Forwardcharnext
() != (char)Operand(0))
815
if (Forwardchars() < 1 ||
Forwardcharnext
() == (char)Operand(0))
822
if (Forwardchars() < 1 || !RegexCharClass.CharInClass(
Forwardcharnext
(), runstrings[Operand(0)]))
863
if (
Forwardcharnext
() != ch)
880
if (
Forwardcharnext
() == ch)
907
if (!RegexCharClass.CharInClass(
Forwardcharnext
(), set))
926
if (
Forwardcharnext
() != ch) {
950
if (
Forwardcharnext
() == ch) {
983
if (!RegexCharClass.CharInClass(
Forwardcharnext
(), set)) {
1062
if (
Forwardcharnext
() != (char)Operand(0))
1080
if (
Forwardcharnext
() == (char)Operand(0))
1098
if (!RegexCharClass.CharInClass(
Forwardcharnext
(), runstrings[Operand(0)]))