2 references to InvokeSelectForTypes
System.Data.Services (2)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1159
return RequestUriProcessor.
InvokeSelectForTypes
(query, this.elementType, selector);
System\Data\Services\RequestQueryProcessor.cs (1)
1196
this.query = RequestUriProcessor.
InvokeSelectForTypes
(this.query, resultWrapperType, Expression.Lambda(resultBody, expandParameter));