3 references to Take
System.Data.Services.Client (3)
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
78map.Add(@"Take(IQueryable`1<T0>, Int32)->IQueryable`1<T0>", SequenceMethod.Take); 240map.Add(@"Take(IEnumerable`1<T0>, Int32)->IEnumerable`1<T0>", SequenceMethod.Take);
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1243case SequenceMethod.Take: