2 implementations of InternalApplyingExpansions
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
186
void IDataService.
InternalApplyingExpansions
(IQueryable queryable, ICollection<ExpandSegmentCollection> expandPaths)
2209
public void
InternalApplyingExpansions
(IQueryable queryable, ICollection<ExpandSegmentCollection> expandPaths)
2 references to InternalApplyingExpansions
System.Data.Services (2)
System\Data\Services\DataService.cs (1)
2211
this.dataService.
InternalApplyingExpansions
(queryable, expandPaths);
System\Data\Services\RequestQueryProcessor.cs (1)
582
this.service.
InternalApplyingExpansions
(this.query, this.expandPaths);