5 references to IsAttribute
System.Data.Services.Client (5)
parent\Server\System\Data\Services\Epm\EpmContentSerializerBase.cs (2)
147segmentsToSerialize = targetSegment.SubSegments.Where(s => s.IsAttribute == true); 150segmentsToSerialize = targetSegment.SubSegments.Where(s => s.IsAttribute == false);
parent\Server\System\Data\Services\Epm\EpmCustomContentSerializer.cs (1)
110if (targetSegment.IsAttribute)
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (1)
209foreach (EpmTargetPathSegment childSegment in currentSegment.SubSegments.Where(s => !s.IsAttribute))
System\Data\Services\Client\AtomMaterializer.cs (1)
1492if (item.IsAttribute)