3 references to CountPredicate
System.Data.Services.Client (3)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
444case SequenceMethod.CountPredicate:
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
126map.Add(@"Count(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Int32", SequenceMethod.CountPredicate); 180map.Add(@"Count(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Int32", SequenceMethod.CountPredicate);