16 references to PrevToken
System.Workflow.Activities (16)
Rules\Parser\Intellisense.cs (16)
48token = PrevToken(); 52if (token.TokenID == TokenID.Identifier && ((string)token.Value).Length == 1 && PrevToken().TokenID != TokenID.Dot) 65if (PrevToken().TokenID == TokenID.Identifier) 67if (PrevToken().TokenID == TokenID.Dot) 84PrevToken(); 105Token token = PrevToken(); 110PrevToken(); // eat the token 114PrevToken(); // eat the "this" 127PrevToken(); // eat the method identifier 149PrevToken(); // eat the identifier. 161PrevToken(); // eat the method identifier 185PrevToken(); // Eat the type identifier 203PrevToken(); 215Token token = PrevToken(); // Eat the close delimiter 227PrevToken(); // eat the open delimiter 232token = PrevToken();