2 writes to tokenIndex
System.Workflow.Activities (2)
Rules\Parser\Intellisense.cs (2)
31--tokenIndex; 38tokenIndex = tokens.Count - 1;
6 references to tokenIndex
System.Workflow.Activities (6)
Rules\Parser\Intellisense.cs (6)
25get { return tokens[tokenIndex]; } 30if (tokenIndex > 0) 39if (tokenIndex < 0) 50int endTokenIndex = tokenIndex; 95List<Token> postfixTokens = tokens.GetRange(tokenIndex + 1, endTokenIndex - tokenIndex);