2 writes to targetNamespaceUri
System.Data.Services.Client (2)
System\Data\Services\Client\EntityPropertyMappingAttribute.cs (2)
198this.targetNamespaceUri = XmlConstants.AtomNamespace; 241this.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> 293get { return this.targetNamespaceUri; }