3 references to AverageInt
System.Data.Entity (3)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
1926
SequenceMethod.
AverageInt
,
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
137
map.Add(@"Average(IQueryable`1<Int32>)->Double", SequenceMethod.
AverageInt
);
315
map.Add(@"Average(IEnumerable`1<Int32>)->Double", SequenceMethod.
AverageInt
);