3 references to Xml_BadNamespaceDecl
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1956throw new XmlException(SR.Xml_BadNamespaceDecl, (string[]?)null);
System\Xml\Core\XmlTextReaderImpl.cs (2)
5052Throw(SR.Xml_BadNamespaceDecl, attr.lineInfo2.lineNo, attr.lineInfo2.linePos - 1); 7797Throw(SR.Xml_BadNamespaceDecl, (int)attr.lineInfo.lineNo, (int)attr.lineInfo.linePos);