2 writes to targetPath
System.Data.Services.Client (2)
System\Data\Services\Client\EntityPropertyMappingAttribute.cs (2)
194this.targetPath = SyndicationItemPropertyToPath(targetSyndicationItem); 230this.targetPath = targetPath;
3 references to targetPath
System.Data.Services.Client (3)
System\Data\Services\Client\EntityPropertyMappingAttribute.cs (3)
207/// <param name="targetNamespacePrefix">Namespace prefix for the <see cref="targetNamespaceUri"/> to which <see cref="targetPath"/> belongs</param> 208/// <param name="targetNamespaceUri">Uri of the namespace to which <see cref="targetPath"/> belongs</param> 267get { return this.targetPath; }