3 references to AverageNullableIntSelector
System.Data.Entity (3)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
1937
SequenceMethod.
AverageNullableIntSelector
,
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
148
map.Add(@"Average(IQueryable`1<T0>, Expression`1<Func`2<T0, Nullable`1<Int32>>>)->Nullable`1<Double>", SequenceMethod.
AverageNullableIntSelector
);
326
map.Add(@"Average(IEnumerable`1<T0>, Func`2<T0, Nullable`1<Int32>>)->Nullable`1<Double>", SequenceMethod.
AverageNullableIntSelector
);