4 references to All
System.Data.Entity (4)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
367case SequenceMethod.All:
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2138internal AllTranslator() : base(SequenceMethod.All) { }
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
108map.Add(@"All(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Boolean", SequenceMethod.All); 241map.Add(@"All(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Boolean", SequenceMethod.All);