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