2 writes to expandPaths
System.Data.Services (2)
System\Data\Services\RequestQueryProcessor.cs (2)
126
this.
expandPaths
= null;
394
this.
expandPaths
= new List<ExpandSegmentCollection>(this.expandPathsAsText.Count);
3 references to expandPaths
System.Data.Services (3)
System\Data\Services\RequestQueryProcessor.cs (3)
378
this.
expandPaths
,
520
this.
expandPaths
.Add(segments);
582
this.service.InternalApplyingExpansions(this.query, this.
expandPaths
);