2 references to AverageInt
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
150
map.Add(@"Average(IQueryable`1<Int32>)->Double", SequenceMethod.
AverageInt
);
324
map.Add(@"Average(IEnumerable`1<Int32>)->Double", SequenceMethod.
AverageInt
);