2 references to ElementName
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)
72
XmlElementAttribute xmlAttr = new XmlElementAttribute(extensionAttr.
ElementName
, extensionType);