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