13 references to HasContent
System.Data.Services (13)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (4)
64
if (currentRoot.
HasContent
)
86
if (currentRoot.
HasContent
)
104
if (!currentRoot.
HasContent
)
116
if (currentRoot.
HasContent
)
System\Data\Services\Epm\EpmCustomContentSerializer.cs (2)
131
Debug.Assert(targetSegment.
HasContent
, "Must have content for attributes");
172
if (targetSegment.
HasContent
)
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (1)
49
if (newRoot.
HasContent
)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (1)
85
if (targetSegment.
HasContent
)
System\Data\Services\Epm\EpmTargetTree.cs (5)
119
if (currentSegment.
HasContent
)
185
if (currentSegment.
HasContent
)
199
while (currentSegment.ParentSegment != null && !currentSegment.
HasContent
&& currentSegment.SubSegments.Count == 0);
211
if (childSegment.
HasContent
&& ancestorHasContent)
216
if (HasMixedContent(childSegment, childSegment.
HasContent
|| ancestorHasContent))