7 references to Xml_PrefixForEmptyNs
System.Private.Xml (7)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
2630throw new XmlException(SR.Xml_PrefixForEmptyNs, string.Empty);
System\Xml\Core\XmlTextWriter.cs (1)
1491throw new ArgumentException(SR.Xml_PrefixForEmptyNs);
System\Xml\Core\XmlWellFormedWriter.cs (2)
448throw new ArgumentException(SR.Xml_PrefixForEmptyNs); 778throw new ArgumentException(SR.Xml_PrefixForEmptyNs);
System\Xml\Core\XmlWellFormedWriterAsync.cs (2)
221throw new ArgumentException(SR.Xml_PrefixForEmptyNs); 683throw new ArgumentException(SR.Xml_PrefixForEmptyNs);
System\Xml\ValidateNames.cs (1)
527if (throwOnError) throw new XmlException(SR.Xml_PrefixForEmptyNs, string.Empty);