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