7 references to Xml_ErrorParsingEntityName
System.Private.Xml (7)
System\Xml\Core\XmlTextReaderImpl.cs (3)
6000Throw(SR.Xml_ErrorParsingEntityName, _ps.LineNo, savedLinePos); 7604Throw(SR.Xml_ErrorParsingEntityName); 7613Throw(SR.Xml_ErrorParsingEntityName);
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
3783Throw(SR.Xml_ErrorParsingEntityName, _ps.LineNo, savedLinePos); 5083Throw(SR.Xml_ErrorParsingEntityName); 5090Throw(SR.Xml_ErrorParsingEntityName);
System\Xml\Schema\DtdParser.cs (1)
2631Throw(SR.Xml_ErrorParsingEntityName, string.Empty, e.LineNumber, e.LinePosition);