4 references to XmlAttribute
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
580
attr = 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)
766
XmlAttribute attribute = new
XmlAttribute
(prefix, name, ns, _schema.Document);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
255
XmlAttribute attribute = new
XmlAttribute
("wsdl", Wsdl.ArrayType, Wsdl.Namespace, Document);