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