16 references to PrevToken
System.Workflow.Activities (16)
Rules\Parser\Intellisense.cs (16)
48
token =
PrevToken
();
52
if (token.TokenID == TokenID.Identifier && ((string)token.Value).Length == 1 &&
PrevToken
().TokenID != TokenID.Dot)
65
if (
PrevToken
().TokenID == TokenID.Identifier)
67
if (
PrevToken
().TokenID == TokenID.Dot)
84
PrevToken
();
105
Token token =
PrevToken
();
110
PrevToken
(); // eat the token
114
PrevToken
(); // eat the "this"
127
PrevToken
(); // eat the method identifier
149
PrevToken
(); // eat the identifier.
161
PrevToken
(); // eat the method identifier
185
PrevToken
(); // Eat the type identifier
203
PrevToken
();
215
Token token =
PrevToken
(); // Eat the close delimiter
227
PrevToken
(); // eat the open delimiter
232
token =
PrevToken
();