6 references to projectionPaths
System.Data.Services.Client (6)
System\Data\Services\Client\ALinq\PathBox.cs (6)
46
projectionPaths
.Add(new StringBuilder());
53
return
projectionPaths
.Where(s => s.Length > 0).Select(s => s.ToString()).Distinct();
67
StringBuilder basePath =
projectionPaths
.Last();
69
projectionPaths
.Remove(basePath);
96
projectionPaths
.Add(sb);
119
sb =
projectionPaths
.Last();