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