9 references to Select
System.Data.Services.Client (9)
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (3)
123
ReflectionUtil.IsSequenceMethod(call.Method, SequenceMethod.
Select
);
134
if (ReflectionUtil.IsSequenceMethod(call.Method, SequenceMethod.
Select
))
139
if (insideCall != null && ReflectionUtil.IsSequenceMethod(insideCall.Method, SequenceMethod.
Select
))
System\Data\Services\Client\ALinq\ReflectionUtil.cs (2)
60
map.Add(@"Select(IQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IQueryable`1<T1>", SequenceMethod.
Select
);
234
map.Add(@"Select(IEnumerable`1<T0>, Func`2<T0, T1>)->IEnumerable`1<T1>", SequenceMethod.
Select
);
System\Data\Services\Client\ALinq\ResourceBinder.cs (3)
473
sequenceMethod == SequenceMethod.
Select
|| sequenceMethod == SequenceMethod.SelectManyResultSelector,
1213
if (sequenceMethod == SequenceMethod.
Select
||
1234
case SequenceMethod.
Select
:
System\Data\Services\Client\MemberAssignmentAnalysis.cs (1)
246
if (ReflectionUtil.IsSequenceMethod(call.Method, SequenceMethod.
Select
))