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