5 references to SourceLineInfo
System.Private.Xml (5)
System\Xml\Xsl\SourceLineInfo.cs (1)
58
public static readonly SourceLineInfo NoSource = new
SourceLineInfo
(string.Empty, NoSourceMagicNumber, 0, NoSourceMagicNumber, 0);
System\Xml\Xsl\XslException.cs (2)
130
_lineInfo = new
SourceLineInfo
(uriString, startLine, startPos, endLine, endPos);
159
SetSourceLineInfo(new
SourceLineInfo
(error.FileName, errorLine, errorColumn, errorLine, errorColumn));
System\Xml\Xsl\Xslt\XsltInput.cs (1)
1171
elemNameLi = new
SourceLineInfo
(
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
277
new
SourceLineInfo
(ex.SourceUri, ex.LineNumber, ex.LinePosition, ex.LineNumber, ex.LinePosition) :