8 references to ReThrow
System.Xml (8)
System\Xml\Core\XmlTextReaderImpl.cs (6)
7034
ReThrow
( e, (int)attr.lineInfo.lineNo, (int)attr.lineInfo.linePos );
7355
ReThrow
( e, (int)incReadLineInfo.lineNo, (int)incReadLineInfo.linePos );
7636
ReThrow
( e, (int)incReadLineInfo.lineNo, (int)incReadLineInfo.linePos );
7826
ReThrow
( e, e.LineNumber, e.LinePosition - 6 ); // 6 == strlen( "<?xml " );
8361
ReThrow
( e, incReadLineInfo.lineNo, incReadLineInfo.linePos );
8389
ReThrow
( e, incReadLineInfo.lineNo, incReadLineInfo.linePos);
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
4996
ReThrow
( e, incReadLineInfo.lineNo, incReadLineInfo.linePos );
5030
ReThrow
( e, incReadLineInfo.lineNo, incReadLineInfo.linePos);