1 write to pathFromEntity
System.Data.Services.Client (1)
System\Data\Services\Client\MemberAssignmentAnalysis.cs (1)
64this.pathFromEntity = new List<Expression>();
12 references to pathFromEntity
System.Data.Services.Client (12)
System\Data\Services\Client\MemberAssignmentAnalysis.cs (12)
173if (this.pathFromEntity.Count != 0) 179this.pathFromEntity.Add(p); 216if (this.pathFromEntity.Count == 0) 218this.pathFromEntity.AddRange(nested.GetExpressionsToTargetEntity()); 231if (this.pathFromEntity.Contains(m.Expression)) 233this.pathFromEntity.Add(m); 262if (this.pathFromEntity.Count <= 1) 268result[0] = this.pathFromEntity[this.pathFromEntity.Count - 1]; 278if (this.pathFromEntity.Count <= 1) 283Expression[] result = new Expression[this.pathFromEntity.Count - 1]; 286result[i] = this.pathFromEntity[i];