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