3 references to expandPaths
System.Data.Services.Client (3)
System\Data\Services\Client\ALinq\PathBox.cs (3)
61
return
expandPaths
.Where(s => s.Length > 0).Select(s => s.ToString()).Distinct();
94
expandPaths
.Add(new StringBuilder(sb.ToString()));
109
sb =
expandPaths
.Last();