2 references to bindingAttrName
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
1335
wsdlBindingQName = new XmlQualifiedName(policy.Attributes[
bindingAttrName
].Value, policy.Attributes[bindingAttrNamespace].Value);
1465
XmlAttribute bindingName = s_xmlDocument.CreateAttribute(
bindingAttrName
);