3 references to All
System.Data.Services.Client (3)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
447case SequenceMethod.All:
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
124map.Add(@"All(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->Boolean", SequenceMethod.All); 178map.Add(@"All(IEnumerable`1<T0>, Func`2<T0, Boolean>)->Boolean", SequenceMethod.All);