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