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