2 writes to targetNamespaceUri
System.Data.Services.Client (2)
System\Data\Services\Client\EntityPropertyMappingAttribute.cs (2)
198
this.
targetNamespaceUri
= XmlConstants.AtomNamespace;
241
this.
targetNamespaceUri
= targetNamespaceUri;
2 references to targetNamespaceUri
System.Data.Services.Client (2)
System\Data\Services\Client\EntityPropertyMappingAttribute.cs (2)
207
/// <param name="targetNamespacePrefix">Namespace prefix for the <see cref="
targetNamespaceUri
"/> to which <see cref="targetPath"/> belongs</param>
293
get { return this.
targetNamespaceUri
; }