2 references to bindingAttrName
System.ServiceModel (2)
System\ServiceModel\Description\WsdlImporter.cs (2)
1341
wsdlBindingQName = new XmlQualifiedName(policy.Attributes[
bindingAttrName
].Value, policy.Attributes[bindingAttrNamespace].Value);
1477
XmlAttribute bindingName = xmlDocument.CreateAttribute(
bindingAttrName
);