5 references to Xml_BadAttributeChar
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (2)
5178Throw(pos, SR.Xml_BadAttributeChar, XmlException.BuildCharExceptionArgs('<', '\0')); 8609Throw(pos, SR.Xml_BadAttributeChar, XmlException.BuildCharExceptionArgs('<', '\0'));
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
2688Throw(pos, SR.Xml_BadAttributeChar, XmlException.BuildCharExceptionArgs('<', '\0'));
System\Xml\Schema\DtdParser.cs (1)
2496Throw(_curPos, SR.Xml_BadAttributeChar, XmlException.BuildCharExceptionArgs('<', '\0'));
System\Xml\Schema\DtdParserAsync.cs (1)
1942Throw(_curPos, SR.Xml_BadAttributeChar, XmlException.BuildCharExceptionArgs('<', '\0'));