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