3 references to All
System.Data.Entity (3)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
1038result = CqtBuilder.All(input, predicate);
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
1937return DbExpressionBuilder.All(input, predicateExp);
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2141return sourceBinding.All(lambda);