5 references to Token
System.Workflow.Activities (5)
Rules\Parser\Intellisense.cs (2)
18tokens.Add(new Token(TokenID.EndOfInput, 0, null)); 96postfixTokens.Add(new Token(TokenID.EndOfInput, 0, null));
Rules\Parser\Scanner.cs (3)
153token = new Token(TokenID.Illegal, 0, null); 196return new Token(TokenID.EndOfInput, currentPosition, null); 358Token token = new Token(tokenID, tokenStartPosition, tokenValue);