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