4 references to Selector
System.Data.Services.Client (4)
System\Data\Services\Client\ALinq\DataServiceQueryProvider.cs (2)
160
Type lastSegmentType = re.Projection == null ? re.ResourceType : re.Projection.
Selector
.Parameters[0].Type;
161
LambdaExpression selector = re.Projection == null ? null : re.Projection.
Selector
;
System\Data\Services\Client\ALinq\ResourceBinder.cs (2)
108
Debug.Assert(projection.
Selector
!= null, "projection.Selector != null -- otherwise incorrectly constructed");
109
MethodCallExpression call = StripTo<MethodCallExpression>(projection.
Selector
.Body);