3 references to LastPredicate
System.Data.Entity (3)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
360
case SequenceMethod.
LastPredicate
:
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
90
map.Add(@"Last(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->T0", SequenceMethod.
LastPredicate
);
227
map.Add(@"Last(IEnumerable`1<T0>, Func`2<T0, Boolean>)->T0", SequenceMethod.
LastPredicate
);