4 references to AnyPredicate
System.Data.Entity (4)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
366
case SequenceMethod.
AnyPredicate
:
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2130
internal AnyPredicateTranslator() : base(SequenceMethod.
AnyPredicate
) { }
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
107
map.Add(@"Any(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Boolean", SequenceMethod.
AnyPredicate
);
240
map.Add(@"Any(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Boolean", SequenceMethod.
AnyPredicate
);