2 references to Namespace
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
822
return new XmlQualifiedName(xmlAttrib.ElementName, xmlAttrib.
Namespace
);
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
73
xmlAttr.Namespace = extensionAttr.
Namespace
;