System\Xml\Core\XmlTextReaderImpl.cs (3)
2682Throw(new XmlException(res, string.Empty, lineNo, linePos, _ps.baseUriStr));
2688Throw(new XmlException(res, arg, _ps.LineNo, _ps.LinePos, _ps.baseUriStr));
2694Throw(new XmlException(res, arg, lineNo, linePos, _ps.baseUriStr));