System\Xml\Core\XmlWellFormedWriter.cs (5)
272nsStack[0].Set("xmlns", XmlReservedNs.NsXmlNs, NamespaceKind.Special);
273nsStack[1].Set("xml", XmlReservedNs.NsXml, NamespaceKind.Special);
275nsStack[2].Set(string.Empty, string.Empty, NamespaceKind.Implied);
279nsStack[2].Set(string.Empty, (defaultNs == null ? string.Empty : defaultNs), NamespaceKind.Implied);
1529nsStack[top].Set(prefix, ns, kind);