2 references to And
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlParser.cs (1)
3002
yyval = new BuiltInExpr(BuiltInKind.
And
, "and", (Node)val_peek(2), (Node)val_peek(0));
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
4512
builtInExprConverter.Add(AST.BuiltInKind.
And
, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr)