1 write to SyndicationRoot
System.Data.Services.Client (1)
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (1)
35
this.
SyndicationRoot
= new EpmTargetPathSegment();
4 references to SyndicationRoot
System.Data.Services.Client (4)
parent\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs (1)
65
this.Root = isSyndication ? tree.
SyndicationRoot
: tree.NonSyndicationRoot;
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (2)
75
EpmTargetPathSegment currentSegment = isSyndication ? this.
SyndicationRoot
: this.NonSyndicationRoot;
149
EpmTargetPathSegment currentSegment = isSyndication ? this.
SyndicationRoot
: this.NonSyndicationRoot;
System\Data\Services\Client\AtomMaterializer.cs (1)
1447
ApplyEntityPropertyMappings(entry, entryElement, entryType.EpmTargetTree.
SyndicationRoot
);