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