1 instantiation of ExpandSegmentCollection
System.Data.Services (1)
System\Data\Services\RequestQueryProcessor.cs (1)
402
ExpandSegmentCollection segments = new
ExpandSegmentCollection
(path.Count);
14 references to ExpandSegmentCollection
System.Data.Services (14)
System\Data\Services\DataService.cs (3)
186
void IDataService.InternalApplyingExpansions(IQueryable queryable, ICollection<
ExpandSegmentCollection
> expandPaths)
195
foreach (
ExpandSegmentCollection
collection in expandPaths)
2209
public void InternalApplyingExpansions(IQueryable queryable, ICollection<
ExpandSegmentCollection
> expandPaths)
System\Data\Services\ExpandSegmentCollection.cs (2)
23
/// <summary>Initializes a new <see cref="
ExpandSegmentCollection
"/> instance.</summary>
28
/// <summary>Initializes a new <see cref="
ExpandSegmentCollection
"/> instance.</summary>
System\Data\Services\IDataService.cs (1)
93
void InternalApplyingExpansions(IQueryable queryable, ICollection<
ExpandSegmentCollection
> expandPaths);
System\Data\Services\IExpandProvider.cs (2)
27
/// <param name="expandPaths">A list of <see cref="
ExpandSegmentCollection
"/> paths to expand.</param>
40
IEnumerable ApplyExpansions(IQueryable queryable, ICollection<
ExpandSegmentCollection
> expandPaths);
System\Data\Services\Providers\RootProjectionNode.cs (3)
33
private readonly List<
ExpandSegmentCollection
> expandPaths;
59
List<
ExpandSegmentCollection
> expandPaths,
96
internal List<
ExpandSegmentCollection
> ExpandPaths
System\Data\Services\RequestQueryProcessor.cs (3)
61
private List<
ExpandSegmentCollection
> expandPaths;
394
this.expandPaths = new List<
ExpandSegmentCollection
>(this.expandPathsAsText.Count);
402
ExpandSegmentCollection
segments = new ExpandSegmentCollection(path.Count);