1 write to NonSyndicationRoot
System.Data.Services.Client (1)
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (1)
36this.NonSyndicationRoot = new EpmTargetPathSegment();
5 references to NonSyndicationRoot
System.Data.Services.Client (5)
parent\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs (1)
65this.Root = isSyndication ? tree.SyndicationRoot : tree.NonSyndicationRoot;
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (3)
75EpmTargetPathSegment currentSegment = isSyndication ? this.SyndicationRoot : this.NonSyndicationRoot; 133if (EpmTargetTree.HasMixedContent(this.NonSyndicationRoot, false)) 149EpmTargetPathSegment currentSegment = isSyndication ? this.SyndicationRoot : this.NonSyndicationRoot;
System\Data\Services\Client\AtomMaterializer.cs (1)
1448ApplyEntityPropertyMappings(entry, entryElement, entryType.EpmTargetTree.NonSyndicationRoot);