3 references to AverageLong
System.Data.Entity (3)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
1928
SequenceMethod.
AverageLong
,
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
139
map.Add(@"Average(IQueryable`1<Int64>)->Double", SequenceMethod.
AverageLong
);
317
map.Add(@"Average(IEnumerable`1<Int64>)->Double", SequenceMethod.
AverageLong
);