System\ServiceModel\Channels\MessageFault.cs (7)
311writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, text.XmlLang);
344writer.WriteAttributeString("xmlns", "a", XmlUtil.XmlNsNs, ns);
384writer.WriteAttributeString("xmlns", "a", XmlUtil.XmlNsNs, ns);
390writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, translation.XmlLang);
684XmlUtil.ReadContentAsQName(reader, out localName, out ns);
703string xmlLang = XmlUtil.GetXmlLangAttribute(reader);
714XmlUtil.ReadContentAsQName(reader, out name, out ns);