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