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