2 references to XmlElement
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1007XmlElement elem = new XmlElement(AddXmlName(prefix, localName, namespaceURI, null), true, this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (1)
42: this(doc.AddXmlName(prefix, localName, namespaceURI, null), true, doc)