FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (7)
306writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, text.XmlLang);
339writer.WriteAttributeString("xmlns", "a", XmlUtil.XmlNsNs, ns);
379writer.WriteAttributeString("xmlns", "a", XmlUtil.XmlNsNs, ns);
385writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, translation.XmlLang);
679XmlUtil.ReadContentAsQName(reader, out localName, out ns);
698string xmlLang = XmlUtil.GetXmlLangAttribute(reader);
709XmlUtil.ReadContentAsQName(reader, out name, out ns);