2 references to Update
System.Workflow.Activities (2)
Rules\Parser\Parser.cs (1)
1111else if (statementToken.TokenID == TokenID.Update)
Rules\Parser\Scanner.cs (1)
72map.Add("update", new KeywordInfo(TokenID.Update));