11 references to KeepInContent
System.Data.Services (6)
System\Data\Services\Epm\EpmContentDeSerializerBase.cs (1)
92if (!targetSegment.EpmInfo.Attribute.KeepInContent)
System\Data\Services\Epm\EpmTargetTree.cs (2)
125if (!epmInfo.Attribute.KeepInContent) 188if (!currentSegment.EpmInfo.Attribute.KeepInContent)
System\Data\Services\Providers\ResourceType.cs (1)
746if (currentSegment.EpmInfo.Attribute.KeepInContent == false)
System\Data\Services\Serializers\MetadataSerializer.cs (1)
431attr.KeepInContent ? XmlConstants.XmlTrueLiteral : XmlConstants.XmlFalseLiteral);
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
367if (epmProperty.EpmInfo.Attribute.KeepInContent == false)
System.Data.Services.Client (3)
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (2)
125if (!epmInfo.Attribute.KeepInContent) 188if (!currentSegment.EpmInfo.Attribute.KeepInContent)
System\Data\Services\Client\DataServiceContext.cs (1)
3316if (propertyValue == null || matchedSegment == null || matchedSegment.EpmInfo.Attribute.KeepInContent)
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (2)
500AddAttributeArguments(attribute, new object[] { epmAttr.SourcePath, syndicationItem, contentKind, epmAttr.KeepInContent }); 509AddAttributeArguments(attribute, new object[] { epmAttr.SourcePath, epmAttr.TargetPath, epmAttr.TargetNamespacePrefix, epmAttr.TargetNamespaceUri, epmAttr.KeepInContent });