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