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