4 references to LongCountPredicate
System.Data.Entity (4)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
365
case SequenceMethod.
LongCountPredicate
:
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2014
: base("BigCount", SequenceMethod.LongCount, SequenceMethod.
LongCountPredicate
)
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
112
map.Add(@"LongCount(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Int64", SequenceMethod.
LongCountPredicate
);
245
map.Add(@"LongCount(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Int64", SequenceMethod.
LongCountPredicate
);