10 references to Forwardchars
System.Text.RegularExpressions (10)
System\Text\RegularExpressions\RegexInterpreter.cs (10)
819
if (
Forwardchars
() < 1 || Forwardcharnext(inputSpan) != (char)Operand(0))
827
if (
Forwardchars
() < 1 || Forwardcharnext(inputSpan) == (char)Operand(0))
835
if (
Forwardchars
() < 1)
883
if (
Forwardchars
() < c)
903
if (
Forwardchars
() < c)
923
if (
Forwardchars
() < c)
946
int len = Math.Min(Operand(1),
Forwardchars
());
970
int len = Math.Min(Operand(1),
Forwardchars
());
1013
int len = Math.Min(Operand(1),
Forwardchars
());
1056
int c = Math.Min(Operand(1),
Forwardchars
());