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