1 write to _namespaceXml
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1773
_namespaceXml
= new XmlAttribute(AddAttrXmlName(strXmlns, strXml, strReservedXmlns, null), this);
3 references to _namespaceXml
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (3)
1771
if (
_namespaceXml
== null)
1774
_namespaceXml
.Value = strReservedXml;
1776
return
_namespaceXml
;