3 references to WhereOrdinal
System.Data.Entity (3)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
363case SequenceMethod.WhereOrdinal:
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
40map.Add(@"Where(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, Boolean>>)->IQueryable`1<T0>", SequenceMethod.WhereOrdinal); 161map.Add(@"Where(IEnumerable`1<T0>, Func`3<T0, Int32, Boolean>)->IEnumerable`1<T0>", SequenceMethod.WhereOrdinal);