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