5 references to tokens
System.Workflow.Activities (5)
Rules\Parser\Intellisense.cs (5)
18tokens.Add(new Token(TokenID.EndOfInput, 0, null)); 20scanner.TokenizeForIntellisense(tokens); 25get { return tokens[tokenIndex]; } 38tokenIndex = tokens.Count - 1; 95List<Token> postfixTokens = tokens.GetRange(tokenIndex + 1, endTokenIndex - tokenIndex);