3 references to LongCountPredicate
System.Data.Services.Client (3)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
445
case SequenceMethod.
LongCountPredicate
:
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
128
map.Add(@"LongCount(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Int64", SequenceMethod.
LongCountPredicate
);
182
map.Add(@"LongCount(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Int64", SequenceMethod.
LongCountPredicate
);