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