System\Xml\Core\XmlWellFormedWriter.cs (5)
263_nsStack[0].Set("xmlns", XmlReservedNs.NsXmlNs, NamespaceKind.Special);
264_nsStack[1].Set("xml", XmlReservedNs.NsXml, NamespaceKind.Special);
267_nsStack[2].Set(string.Empty, string.Empty, NamespaceKind.Implied);
272_nsStack[2].Set(string.Empty, defaultNs ?? string.Empty, NamespaceKind.Implied);
1758_nsStack[top].Set(prefix, ns, kind);