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