3 writes to expandPathsAsText
System.Data.Services (3)
System\Data\Services\RequestQueryProcessor.cs (3)
127
this.
expandPathsAsText
= null;
574
this.
expandPathsAsText
= ReadExpandOrSelect(expand, false);
578
this.
expandPathsAsText
= new List<List<string>>();
6 references to expandPathsAsText
System.Data.Services (6)
System\Data\Services\RequestQueryProcessor.cs (6)
388
Debug.Assert(this.
expandPathsAsText
!= null, "this.expandPaths != null");
389
if (this.
expandPathsAsText
.Count > 0 && this.query == null)
394
this.expandPaths = new List<ExpandSegmentCollection>(this.
expandPathsAsText
.Count);
396
for (int i = this.
expandPathsAsText
.Count - 1; i >= 0; i--)
401
List<string> path = this.
expandPathsAsText
[i];
516
this.
expandPathsAsText
.RemoveAt(i);