3 references to And
System.Workflow.Activities (3)
Rules\Parser\Parser.cs (1)
586new BinaryPrecedenceDescriptor(new BinaryOperationDescriptor(TokenID.And, CodeBinaryOperatorType.BooleanAnd)),
Rules\Parser\Scanner.cs (2)
59map.Add("and", new KeywordInfo(TokenID.And)); 241tokenID = TokenID.And;