System\Data\Services\Client\ProjectionPlanCompiler.cs (15)
497ProjectionPathSegment testToNullSegment = testToNullAnnotation.Segment;
617entryPath.AddRange(entryAnnotation.Segment.StartPath);
764annotation.Segment.StartPath.RootEntry,
765annotation.Segment.StartPath.ExpectedRootType,
766annotation.Segment.StartPath,
772annotation.Segment.StartPath.Root,
773annotation.Segment.StartPath.ExpectedRootType,
774annotation.Segment.StartPath.RootEntry);
815memberSegment = new ProjectionPathSegment(baseAnnotation.Segment.StartPath, m.Member.Name, m.Type);
816baseAnnotation.Segment.StartPath.Add(memberSegment);
818baseAnnotation.Segment.StartPath.RootEntry,
819baseAnnotation.Segment.StartPath.ExpectedRootType,
820baseAnnotation.Segment.StartPath,
983Expression.Constant(annotation.Segment.StartPath, typeof(object)),
1072Expression.Constant(annotation.Segment.StartPath, typeof(object)),