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