2 writes to expandPaths
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ResourceExpression.cs (2)
75this.expandPaths = expandPaths ?? new List<string>(); 104set { this.expandPaths = value; }
1 reference to expandPaths
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ResourceExpression.cs (1)
103get { return this.expandPaths; }