1 write to NonSyndicationRoot
System.Data.Services (1)
System\Data\Services\Epm\EpmTargetTree.cs (1)
36this.NonSyndicationRoot = new EpmTargetPathSegment();
6 references to NonSyndicationRoot
System.Data.Services (6)
System\Data\Services\Epm\EpmContentDeSerializer.cs (1)
54if (this.resourceType.EpmTargetTree.NonSyndicationRoot.SubSegments.Count > 0)
System\Data\Services\Epm\EpmContentSerializerBase.cs (1)
65this.Root = isSyndication ? tree.SyndicationRoot : tree.NonSyndicationRoot;
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (1)
45this.DeSerialize(extensionReader, resourceType.EpmTargetTree.NonSyndicationRoot, resourceType, element);
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;