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