4 references to Where
System.Data.Entity (4)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
362
case SequenceMethod.
Where
:
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2146
internal WhereTranslator() : base(SequenceMethod.
Where
) { }
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
39
map.Add(@"Where(IQueryable`1<T0>, Expression`1<Func`2<T0, Boolean>>)->IQueryable`1<T0>", SequenceMethod.
Where
);
160
map.Add(@"Where(IEnumerable`1<T0>, Func`2<T0, Boolean>)->IEnumerable`1<T0>", SequenceMethod.
Where
);