5 references to XmlAttribute
System.Configuration (1)
System\Configuration\ConfigXmlAttribute.cs (1)
19: base( prefix, localName, namespaceUri, doc ) {
System.Xml (4)
System\Xml\Dom\XmlLoader.cs (1)
508attr = new XmlAttribute( r.Prefix, r.LocalName, r.NamespaceURI, this.doc );
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
17: base( prefix, localName, namespaceURI, doc ) {
System\Xml\Schema\XsdBuilder.cs (1)
740XmlAttribute attribute = new XmlAttribute(prefix, name, ns, this.schema.Document);
System\Xml\Serialization\SoapSchemaExporter.cs (1)
221XmlAttribute attribute = new XmlAttribute("wsdl", Wsdl.ArrayType, Wsdl.Namespace, Document);