3 references to TakeWhileOrdinal
System.Data.Entity (3)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (1)
371case SequenceMethod.TakeWhileOrdinal:
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
63map.Add(@"TakeWhile(IQueryable`1<T0>, Expression`1<Func`3<T0, Int32, Boolean>>)->IQueryable`1<T0>", SequenceMethod.TakeWhileOrdinal); 170map.Add(@"TakeWhile(IEnumerable`1<T0>, Func`3<T0, Int32, Boolean>)->IEnumerable`1<T0>", SequenceMethod.TakeWhileOrdinal);