2 references to Xml_RedefinePrefix
System.Private.Xml (2)
System\Xml\Core\XmlWellFormedWriter.cs (2)
1601throw new XmlException(SR.Xml_RedefinePrefix, new string[] { prefix, _nsStack[existingNsIndex].namespaceUri, ns }); 1681throw new XmlException(SR.Xml_RedefinePrefix, new string?[] { prefix, _nsStack[existingNsIndex].namespaceUri, ns });