66 references to NextChar
System.Workflow.Activities (66)
Rules\Parser\Scanner.cs (66)
218NextChar(); 222NextChar(); 226NextChar(); 230NextChar(); 234NextChar(); 238if (NextChar() == '&') 240NextChar(); 246if (NextChar() == '|') 248NextChar(); 254if (NextChar() == '=') 257NextChar(); 263if (NextChar() == '=') 265NextChar(); 271ch = NextChar(); 274NextChar(); 279NextChar(); 285if (NextChar() == '=') 287NextChar(); 293NextChar(); 297NextChar(); 304NextChar(); // consume the '.' 308NextChar(); 312NextChar(); 316NextChar(); 320NextChar(); 324NextChar(); 328NextChar(); 331ch = NextChar(); 341NextChar(); 345NextChar(); 349NextChar(); 352NextChar(); 395char ch = NextChar(); // eat the opening '"' 406NextChar(); // consume the first '"' 420ch = NextChar(); 431char ch = NextChar(); 436ch = NextChar(); 497ch = NextChar(); 513if (NextChar() != '\'') 527NextChar(); // Eat the '0' 528NextChar(); // eat the 'x' 548ch = NextChar(); 556NextChar(); // eat the '.' 563NextChar(); // eat the 'e' 570NextChar(); // eat the 'f' 576NextChar(); // eat the 'd' 582NextChar(); // eat the 'm' 687ch = NextChar(); 696NextChar(); 703NextChar(); 709NextChar(); 715NextChar(); 729ch = NextChar(); 741ch = NextChar(); 750NextChar(); 756NextChar(); 762NextChar(); 778ch = NextChar(); // eat the 'L' 783NextChar(); // eat the 'U' 794ch = NextChar(); // Eat the 'U' 799NextChar(); // eat the 'L' 825ch = NextChar(); 833ch = NextChar(); 936for (ch = NextChar(); ch != '\0'; ch = NextChar()) 964ch = NextChar();