2 references to ElementAt
System.Data.Entity (2)
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
97
map.Add(@"ElementAt(IQueryable`1<T0>, Int32)->T0", SequenceMethod.
ElementAt
);
234
map.Add(@"ElementAt(IEnumerable`1<T0>, Int32)->T0", SequenceMethod.
ElementAt
);