9 references to ThrowWithoutLineInfo
System.Private.Xml (9)
System\Xml\Core\XmlTextReaderImpl.cs (5)
1319ThrowWithoutLineInfo(SR.Xml_MissingRoot); 3039ThrowWithoutLineInfo(SR.Xml_DtdIsProhibitedEx); 3244ThrowWithoutLineInfo(SR.Xml_MissingByteOrderMark); 4101ThrowWithoutLineInfo(SR.Xml_MissingRoot); 6669ThrowWithoutLineInfo(_v1Compat ? SR.Xml_DtdIsProhibited : SR.Xml_DtdIsProhibitedEx);
System\Xml\Core\XmlTextReaderImplAsync.cs (4)
253ThrowWithoutLineInfo(SR.Xml_MissingRoot); 982ThrowWithoutLineInfo(SR.Xml_DtdIsProhibitedEx); 1716ThrowWithoutLineInfo(SR.Xml_MissingRoot); 4413ThrowWithoutLineInfo(_v1Compat ? SR.Xml_DtdIsProhibited : SR.Xml_DtdIsProhibitedEx);