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