4 references to XmlAttribute
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
580attr = new XmlAttribute(r.Prefix, r.LocalName, r.NamespaceURI, _doc);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
15: base(prefix, localName, namespaceURI, doc)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
766XmlAttribute attribute = new XmlAttribute(prefix, name, ns, _schema.Document);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
255XmlAttribute attribute = new XmlAttribute("wsdl", Wsdl.ArrayType, Wsdl.Namespace, Document);