10 references to Forwardchars
System.Text.RegularExpressions (10)
System\Text\RegularExpressions\RegexInterpreter.cs (10)
829
if (
Forwardchars
() < 1 || Forwardcharnext(inputSpan) != (char)Operand(0))
837
if (
Forwardchars
() < 1 || Forwardcharnext(inputSpan) == (char)Operand(0))
845
if (
Forwardchars
() < 1)
893
if (
Forwardchars
() < c)
913
if (
Forwardchars
() < c)
933
if (
Forwardchars
() < c)
956
int len = Math.Min(Operand(1),
Forwardchars
());
980
int len = Math.Min(Operand(1),
Forwardchars
());
1023
int len = Math.Min(Operand(1),
Forwardchars
());
1066
int c = Math.Min(Operand(1),
Forwardchars
());