4 references to TargetTextContentKind
System.Data.Services (2)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (1)
106TextSyndicationContentKind contentKind = (TextSyndicationContentKind)epmInfo.Attribute.TargetTextContentKind;
System\Data\Services\Serializers\MetadataSerializer.cs (1)
417ObjectContextServiceProvider.MapSyndicationTextContentKindToEpmContentKind(attr.TargetTextContentKind));
System.Data.Services.Client (1)
System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs (1)
85switch (epmInfo.Attribute.TargetTextContentKind)
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
494epmAttr.TargetTextContentKind.ToString());