2 references to DbQuantifierExpression
System.Data.Entity (2)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (2)
310return new DbQuantifierExpression(DbExpressionKind.All, booleanResultType, input, predicate); 326return new DbQuantifierExpression(DbExpressionKind.Any, booleanResultType, input, predicate);