FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (4)
2155writer.WriteAttributeString("", "xmlns", xmlnsUri, reader.Value);
2160writer.WriteAttributeString("xmlns", reader.LocalName, xmlnsUri, reader.Value);
2217writer.WriteAttributeString("", "xmlns", xmlnsUri, reader.Value);
2222writer.WriteAttributeString("xmlns", reader.LocalName, xmlnsUri, reader.Value);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (6)
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);
563writer.WriteAttributeString(r.Prefix, r.LocalName, r.NamespaceURI, r.Value);
591writer.WriteAttributeString(r.Prefix, r.LocalName, r.NamespaceURI, r.Value);