6 instantiations of 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);
12 references to ProjectionPathSegment
System.Data.Services.Client (12)
System\Data\Services\Client\AtomMaterializer.cs (3)
504
var
segment = path[i];
562
var
segment = path[i];
724
var
segment = path[i];
System\Data\Services\Client\ProjectionPath.cs (1)
24
internal class ProjectionPath : List<
ProjectionPathSegment
>
System\Data\Services\Client\ProjectionPathSegment.cs (1)
30
/// <summary>Initializes a new <see cref="
ProjectionPathSegment
"/> instance.</summary>
System\Data\Services\Client\ProjectionPlanCompiler.cs (7)
357
ProjectionPathSegment
parameterSegment = new ProjectionPathSegment(parameterPath, null, null);
497
ProjectionPathSegment
testToNullSegment = testToNullAnnotation.Segment;
628
ProjectionPathSegment
nestedSegment = new ProjectionPathSegment(
775
ProjectionPathSegment
parameterSegment = new ProjectionPathSegment(parameterPath, null, null);
791
ProjectionPathSegment
memberSegment;
802
ProjectionPathSegment
nestedSegment = new ProjectionPathSegment(nestedPath, m.Member.Name, m.Type);
1136
internal
ProjectionPathSegment
Segment