FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (5)
277_nsStack[0].Set("xmlns", XmlReservedNs.NsXmlNs, NamespaceKind.Special);
278_nsStack[1].Set("xml", XmlReservedNs.NsXml, NamespaceKind.Special);
281_nsStack[2].Set(string.Empty, string.Empty, NamespaceKind.Implied);
286_nsStack[2].Set(string.Empty, (defaultNs == null ? string.Empty : defaultNs), NamespaceKind.Implied);
1858_nsStack[top].Set(prefix, ns, kind);