6 references to TargetNamespaceUri
System.Data.Services (3)
System\Data\Services\Epm\EpmTargetTree.cs (2)
72
String namespaceUri = epmInfo.Attribute.
TargetNamespaceUri
;
147
String namespaceUri = epmInfo.Attribute.
TargetNamespaceUri
;
System\Data\Services\Serializers\MetadataSerializer.cs (1)
397
attr.
TargetNamespaceUri
);
System.Data.Services.Client (2)
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (2)
72
String namespaceUri = epmInfo.Attribute.
TargetNamespaceUri
;
147
String namespaceUri = epmInfo.Attribute.
TargetNamespaceUri
;
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
509
AddAttributeArguments(attribute, new object[] { epmAttr.SourcePath, epmAttr.TargetPath, epmAttr.TargetNamespacePrefix, epmAttr.
TargetNamespaceUri
, epmAttr.KeepInContent });