3 references to Take
System.Data.Entity (3)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
1555internal TakeTranslator() : base(SequenceMethod.Take) { }
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
61map.Add(@"Take(IQueryable`1<T0>, Int32)->IQueryable`1<T0>", SequenceMethod.Take); 168map.Add(@"Take(IEnumerable`1<T0>, Int32)->IEnumerable`1<T0>", SequenceMethod.Take);