2 writes to targetTextContentKind
System.Data.Services.Client (2)
System\Data\Services\Client\EntityPropertyMappingAttribute.cs (2)
196this.targetTextContentKind = targetTextContentKind; 233this.targetTextContentKind = SyndicationTextContentKind.Plaintext;
1 reference to targetTextContentKind
System.Data.Services.Client (1)
System\Data\Services\Client\EntityPropertyMappingAttribute.cs (1)
301get { return this.targetTextContentKind; }