9 references to DbExpressionList
System.Data.Entity (9)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (9)
199
expList => new
DbExpressionList
(expList)
218
(expList) => new
DbExpressionList
(expList)
358
return new
DbExpressionList
(new[] { argument });
595
expList => new
DbExpressionList
(expList)
893
return new
DbExpressionList
(new[] { argument });
904
return new
DbExpressionList
(new[] { left, right });
1516
expList => new
DbExpressionList
(expList)
1565
validElements = new
DbExpressionList
(new DbExpression[] { });
1578
expList => new
DbExpressionList
(expList)