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