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