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