3 references to InvokeWhereForType
System.Data.Services (3)
System\Data\Services\DataServiceConfiguration.cs (1)
558query = RequestUriProcessor.InvokeWhereForType(query, (LambdaExpression)predicate);
System\Data\Services\RequestQueryProcessor.cs (1)
904this.query = RequestUriProcessor.InvokeWhereForType(
System\Data\Services\RequestUriProcessor.cs (1)
1250query = InvokeWhereForType(query, predicate);