2 references to Exists
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlParser.cs (1)
2789
yyval = new BuiltInExpr(BuiltInKind.
Exists
, Terminal(val_peek(3)).Token, (Node)val_peek(1));
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
4712
builtInExprConverter.Add(AST.BuiltInKind.
Exists
, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr)