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