5 references to XmlElement
Microsoft.Build (1)
ElementLocation\XmlElementWithLocation.cs (1)
41: base(prefix, localName, namespaceURI, document)
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigXmlElement.cs (1)
16: base(prefix, localName, namespaceUri, doc)
System.Data.Common (1)
System\Xml\XmlBoundElement.cs (1)
29internal XmlBoundElement(string prefix, string localName, string namespaceURI, XmlDocument doc) : base(prefix, localName, namespaceURI, doc)
System.Private.Xml (1)
System\Xml\Dom\XmlLoader.cs (1)
467XmlElement element = new XmlElement(_reader.Prefix, _reader.LocalName, _reader.NamespaceURI, _doc!);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (1)
16: base(prefix!, localName, namespaceURI, doc)