51 references to NextToken
System.Workflow.Activities (51)
Rules\Parser\Parser.cs (51)
947
System.Diagnostics.Debug.Assert(parserContext.
NextToken
().TokenID == TokenID.EndOfInput);
1087
parserContext.
NextToken
();
1106
parserContext.
NextToken
(); // eat the "halt"
1115
parserContext.
NextToken
(); // eat the "update"
1123
parserContext.
NextToken
(); // Eat the "("
1132
parserContext.
NextToken
(); // Eat the path string.
1158
parserContext.
NextToken
(); // Eat the ")"
1180
parserContext.
NextToken
(); // Eat the '('
1229
parserContext.
NextToken
(); // eat the '='
1282
parserContext.
NextToken
();
1306
parserContext.
NextToken
();
1318
parserContext.
NextToken
();
1334
currentToken = parserContext.
NextToken
(); // Eat the '('
1357
parserContext.
NextToken
();
1426
parserContext.
NextToken
(); // Consume the '['
1466
parserContext.
NextToken
(); // eat the comma
1475
parserContext.
NextToken
(); // consume the ']'
1496
Token token = parserContext.
NextToken
(); // Consume the '.'
1515
if (parserContext.
NextToken
().TokenID == TokenID.LParen)
1534
parserContext.
NextToken
();
1562
parserContext.
NextToken
(); // eat the comma
1572
parserContext.
NextToken
(); // consume the ')'
1672
parserContext.
NextToken
();
1725
parserContext.
NextToken
(); // eat the direction token
1729
parserContext.
NextToken
();
1734
parserContext.
NextToken
();
1776
parserContext.
NextToken
();
1785
parserContext.
NextToken
(); // eat the ')'
1793
parserContext.
NextToken
(); // eat "this"
1801
parserContext.
NextToken
(); // eat the type name
1813
parserContext.
NextToken
(); // eat "new"
1825
parserContext.
NextToken
(); // eat the literal
1916
parserContext.
NextToken
();
1973
parserContext.
NextToken
(); // skip '{'
1980
parserContext.
NextToken
(); // eat the comma
1990
parserContext.
NextToken
(); // eat the '}'
2042
parserContext.
NextToken
(); // eat the identifier
2065
Token token = parserContext.
NextToken
();
2069
token = parserContext.
NextToken
();
2103
Token token = parserContext.
NextToken
();
2155
token = parserContext.
NextToken
();
2204
parserContext.
NextToken
(); // Eat the '('
2238
Token token = parserContext.
NextToken
();
2258
if (parserContext.
NextToken
().TokenID == TokenID.Less)
2341
token = parserContext.
NextToken
();
2352
parserContext.
NextToken
(); // Eat the '>'
2377
parserContext.
NextToken
(); // eat the type name
2413
Token next = parserContext.
NextToken
(); // skip '['
2425
parserContext.
NextToken
(); // Eat the ']'
2451
while (parserContext.
NextToken
().TokenID == TokenID.Comma)
2455
parserContext.
NextToken
(); // Eat the ']'