3 references to SelectMany
System.Data.Services.Client (3)
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
62
map.Add(@"SelectMany(IQueryable`1<T0>, Expression`1<Func`2<T0, IEnumerable`1<T1>>>)->IQueryable`1<T1>", SequenceMethod.
SelectMany
);
236
map.Add(@"SelectMany(IEnumerable`1<T0>, Func`2<T0, IEnumerable`1<T1>>)->IEnumerable`1<T1>", SequenceMethod.
SelectMany
);
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1236
case SequenceMethod.
SelectMany
: