2 references to XmlUnspecifiedAttribute
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
1067
return new
XmlUnspecifiedAttribute
(prefix, localName, namespaceURI, this);
System\Xml\Dom\XmlLoader.cs (1)
570
XmlUnspecifiedAttribute defattr = new
XmlUnspecifiedAttribute
(r.Prefix, r.LocalName, r.NamespaceURI, _doc!);