3 references to XmlAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
40: this(doc.AddAttrXmlName(prefix, localName, namespaceURI, null), doc)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
997return new XmlAttribute(AddAttrXmlName(prefix, localName, namespaceURI, null), this); 1773_namespaceXml = new XmlAttribute(AddAttrXmlName(strXmlns, strXml, strReservedXmlns, null), this);