4 references to CountPredicate
System.Data.Entity (4)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
364
case SequenceMethod.
CountPredicate
:
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2007
: base("Count", SequenceMethod.Count, SequenceMethod.
CountPredicate
)
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
110
map.Add(@"Count(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Int32", SequenceMethod.
CountPredicate
);
243
map.Add(@"Count(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Int32", SequenceMethod.
CountPredicate
);