6 references to XmlAttribute
Microsoft.Build (1)
ElementLocation\XmlAttributeWithLocation.cs (1)
34: base(prefix, localName, namespaceURI, document)
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigXmlAttribute.cs (1)
16: base(prefix, localName, namespaceUri, doc)
System.Private.Xml (3)
System\Xml\Dom\XmlLoader.cs (1)
577attr = new XmlAttribute(r.Prefix, r.LocalName, r.NamespaceURI, _doc!);
System\Xml\Dom\XmlUnspecifiedAttribute.cs (1)
12: base(prefix, localName, namespaceURI, doc)
System\Xml\Schema\XsdBuilder.cs (1)
758XmlAttribute attribute = new XmlAttribute(prefix, name, ns, _schema.Document);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlAttribute.cs (1)
15: base(prefix, localName, namespaceURI, doc)