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