2 references to AverageLong
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
152
map.Add(@"Average(IQueryable`1<Int64>)->Double", SequenceMethod.
AverageLong
);
326
map.Add(@"Average(IEnumerable`1<Int64>)->Double", SequenceMethod.
AverageLong
);