9 references to Xml_XmlnsPrefix
System.Private.Xml (9)
System\Xml\Core\XmlTextReaderImpl.cs (1)
7781Throw(SR.Xml_XmlnsPrefix, (int)attr.lineInfo2.lineNo, (int)attr.lineInfo2.linePos);
System\Xml\Core\XmlWellFormedWriter.cs (4)
648throw new ArgumentException(SR.Xml_XmlnsPrefix); 671throw new ArgumentException(SR.Xml_XmlnsPrefix); 1626throw new ArgumentException(SR.Xml_XmlnsPrefix); 1740throw new ArgumentException(SR.Xml_XmlnsPrefix);
System\Xml\Core\XmlWellFormedWriterAsync.cs (2)
506throw new ArgumentException(SR.Xml_XmlnsPrefix); 529throw new ArgumentException(SR.Xml_XmlnsPrefix);
System\Xml\ValidateNames.cs (1)
552if (throwOnError) throw new XmlException(SR.Xml_XmlnsPrefix, string.Empty);
System\Xml\XmlNamespacemanager.cs (1)
137throw new ArgumentException(SR.Xml_XmlnsPrefix);