5 references to ParentSegment
System.Data.Services (5)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (3)
95currentRoot = currentRoot.ParentSegment; 124currentRoot = currentRoot.ParentSegment; 146while (currentRoot.ParentSegment != null && reader.Read());
System\Data\Services\Epm\EpmTargetTree.cs (2)
195EpmTargetPathSegment parentSegment = currentSegment.ParentSegment; 199while (currentSegment.ParentSegment != null && !currentSegment.HasContent && currentSegment.SubSegments.Count == 0);