3 references to XmlNs
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (2)
306
writer.WriteAttributeString("xml", "lang", XmlUtil.
XmlNs
, text.XmlLang);
385
writer.WriteAttributeString("xml", "lang", XmlUtil.
XmlNs
, translation.XmlLang);
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlUtil.cs (1)
22
if (reader.MoveToAttribute("lang",
XmlNs
))