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