6 references to ProjectionPathSegment
System.Data.Services.Client (6)
System\Data\Services\Client\ProjectionPath.cs (1)
57this.Add(new ProjectionPathSegment(this, ((MemberExpression)member).Member.Name, member.Type));
System\Data\Services\Client\ProjectionPlanCompiler.cs (5)
357ProjectionPathSegment parameterSegment = new ProjectionPathSegment(parameterPath, null, null); 628ProjectionPathSegment nestedSegment = new ProjectionPathSegment( 775ProjectionPathSegment parameterSegment = new ProjectionPathSegment(parameterPath, null, null); 802ProjectionPathSegment nestedSegment = new ProjectionPathSegment(nestedPath, m.Member.Name, m.Type); 815memberSegment = new ProjectionPathSegment(baseAnnotation.Segment.StartPath, m.Member.Name, m.Type);