3 writes to currentToken
System.Workflow.Activities (3)
Rules\Parser\Parser.cs (3)
209
++
currentToken
; // point one past the end.
213
++
currentToken
;
223
currentToken
= tokenValue;
5 references to currentToken
System.Workflow.Activities (5)
Rules\Parser\Parser.cs (5)
202
get { return (
currentToken
< tokens.Count) ? tokens[
currentToken
] : null; }
207
if (
currentToken
== tokens.Count - 1)
214
return tokens[
currentToken
];
219
return
currentToken
;