3 references to XmlNs
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\MessageFault.cs (2)
339writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, text.XmlLang); 457writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, translation.XmlLang);
System\ServiceModel\XmlUtil.cs (1)
22if (reader.MoveToAttribute("lang", XmlNs))