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