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