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