2 references to XmlUnspecifiedAttribute
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
886return new XmlUnspecifiedAttribute( prefix, localName, namespaceURI, this );
System\Xml\Dom\XmlLoader.cs (1)
502XmlUnspecifiedAttribute defattr = new XmlUnspecifiedAttribute( r.Prefix, r.LocalName, r.NamespaceURI, this.doc );