2 references to Xml_UndeclaredParEntity
System.Private.Xml (2)
System\Xml\Dom\XmlLoader.cs (1)
922throw new XmlException(SR.Xml_UndeclaredParEntity, eref.Name);
System\Xml\Schema\DtdParser.cs (1)
3360SendValidationEvent(_curPos - entityName.Name.Length - 1, XmlSeverityType.Error, SR.Xml_UndeclaredParEntity, entityName.Name);