6 references to SourceLineInfo
System.Data.SqlXml (6)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
409
return new
SourceLineInfo
("",
System\Xml\Xsl\SourceLineInfo.cs (1)
64
public static SourceLineInfo NoSource = new
SourceLineInfo
(string.Empty, NoSourceMagicNumber, 0, NoSourceMagicNumber, 0);
System\Xml\Xsl\XslException.cs (2)
100
lineInfo = new
SourceLineInfo
(uriString, startLine, startPos, endLine, endPos);
149
SetSourceLineInfo(new
SourceLineInfo
(error.FileName, errorLine, errorColumn, errorLine, errorColumn));
System\Xml\Xsl\Xslt\XsltInput.cs (1)
994
elemNameLi = new
SourceLineInfo
(
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
240
new
SourceLineInfo
(ex.SourceUri, ex.LineNumber, ex.LinePosition, ex.LineNumber, ex.LinePosition) :