3 references to WriteAttributeStringAsync
System.Private.Xml (2)
System\Xml\Core\XmlWriterAsync.cs (2)
569
await
WriteAttributeStringAsync
(string.Empty, "xmlns", XmlReservedNs.NsXmlNs, ns).ConfigureAwait(false);
573
await
WriteAttributeStringAsync
("xmlns", prefix, XmlReservedNs.NsXmlNs, ns).ConfigureAwait(false);
System.Private.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
404
await _writer.
WriteAttributeStringAsync
(GetPrefixOfNamespace(ns, false), localName, namespaceName.Length == 0 && localName == "xmlns" ? XNamespace.xmlnsPrefixNamespace : namespaceName, a.Value).ConfigureAwait(false);