12 references to KeywordInfo
System.Workflow.Activities (12)
Rules\Parser\Scanner.cs (12)
58map.Add("mod", new KeywordInfo(TokenID.Modulus));
59map.Add("and", new KeywordInfo(TokenID.And));
60map.Add("or", new KeywordInfo(TokenID.Or));
61map.Add("not", new KeywordInfo(TokenID.Not));
66map.Add("this", new KeywordInfo(TokenID.This));
67map.Add("me", new KeywordInfo(TokenID.This));
68map.Add("in", new KeywordInfo(TokenID.In));
69map.Add("out", new KeywordInfo(TokenID.Out));
70map.Add("ref", new KeywordInfo(TokenID.Ref));
71map.Add("halt", new KeywordInfo(TokenID.Halt));
72map.Add("update", new KeywordInfo(TokenID.Update));
73map.Add("new", new KeywordInfo(TokenID.New));