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)
111map.Add(@"LongCount(IQueryable`1<T0>)->Int64", SequenceMethod.LongCount); 244map.Add(@"LongCount(IEnumerable`1<T0>)->Int64", SequenceMethod.LongCount);