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