4 references to Where
System.Data.Services.Client (4)
System\Data\Services\Client\ALinq\ExpressionNormalizer.cs (1)
442
case SequenceMethod.
Where
:
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
56
map.Add(@"Where(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->IQueryable`1<T0>", SequenceMethod.
Where
);
232
map.Add(@"Where(IEnumerable`1<T0>, Func`2<T0, Boolean>)->IEnumerable`1<T0>", SequenceMethod.
Where
);
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1232
case SequenceMethod.
Where
: