3 references to XmlAttribute
System.Xml (3)
System\Xml\Dom\XmlAttribute.cs (1)
38: this(doc.AddAttrXmlName(prefix, localName, namespaceURI, null), doc) {
System\Xml\Dom\XmlDocument.cs (2)
882return new XmlAttribute( AddAttrXmlName( prefix, localName, namespaceURI, null ), this ); 1525namespaceXml = new XmlAttribute(AddAttrXmlName(strXmlns, strXml, strReservedXmlns, null), this);