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