3 references to LongCount
System.Data.Entity (3)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2014
: base("BigCount", SequenceMethod.
LongCount
, SequenceMethod.LongCountPredicate)
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
111
map.Add(@"LongCount(IQueryable`1<T0>)->Int64", SequenceMethod.
LongCount
);
244
map.Add(@"LongCount(IEnumerable`1<T0>)->Int64", SequenceMethod.
LongCount
);