3 references to XmlAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
40
:
this
(doc.AddAttrXmlName(prefix, localName, namespaceURI, null), doc)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
997
return new
XmlAttribute
(AddAttrXmlName(prefix, localName, namespaceURI, null), this);
1773
_namespaceXml = new
XmlAttribute
(AddAttrXmlName(strXmlns, strXml, strReservedXmlns, null), this);