1 write to NonSyndicationRoot
System.Data.Services.Client (1)
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (1)
36
this.
NonSyndicationRoot
= new EpmTargetPathSegment();
5 references to NonSyndicationRoot
System.Data.Services.Client (5)
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 (3)
75
EpmTargetPathSegment currentSegment = isSyndication ? this.SyndicationRoot : this.
NonSyndicationRoot
;
133
if (EpmTargetTree.HasMixedContent(this.
NonSyndicationRoot
, false))
149
EpmTargetPathSegment currentSegment = isSyndication ? this.SyndicationRoot : this.
NonSyndicationRoot
;
System\Data\Services\Client\AtomMaterializer.cs (1)
1448
ApplyEntityPropertyMappings(entry, entryElement, entryType.EpmTargetTree.
NonSyndicationRoot
);