2 writes to targetSyndicationItem
System.Data.Services.Client (2)
System\Data\Services\Client\EntityPropertyMappingAttribute.cs (2)
195this.targetSyndicationItem = targetSyndicationItem; 232this.targetSyndicationItem = SyndicationItemProperty.CustomProperty;
2 references to targetSyndicationItem
System.Data.Services.Client (2)
System\Data\Services\Client\EntityPropertyMappingAttribute.cs (2)
183/// <param name="targetTextContentKind">Syndication content kind for <see cref="targetSyndicationItem"/></param> 275get { return this.targetSyndicationItem; }