1 write to SyndicationRoot
System.Data.Services (1)
System\Data\Services\Epm\EpmTargetTree.cs (1)
35this.SyndicationRoot = new EpmTargetPathSegment();
5 references to SyndicationRoot
System.Data.Services (5)
System\Data\Services\Epm\EpmContentDeSerializer.cs (1)
49if (this.resourceType.EpmTargetTree.SyndicationRoot.SubSegments.Count > 0)
System\Data\Services\Epm\EpmContentSerializerBase.cs (1)
65this.Root = isSyndication ? tree.SyndicationRoot : tree.NonSyndicationRoot;
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (1)
38this.DeSerialize(resourceType.EpmTargetTree.SyndicationRoot, resourceType, element);
System\Data\Services\Epm\EpmTargetTree.cs (2)
75EpmTargetPathSegment currentSegment = isSyndication ? this.SyndicationRoot : this.NonSyndicationRoot; 149EpmTargetPathSegment currentSegment = isSyndication ? this.SyndicationRoot : this.NonSyndicationRoot;