5 references to SourceLineInfo
System.Private.Xml (5)
System\Xml\Xsl\SourceLineInfo.cs (1)
58public 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); 159SetSourceLineInfo(new SourceLineInfo(error.FileName, errorLine, errorColumn, errorLine, errorColumn));
System\Xml\Xsl\Xslt\XsltInput.cs (1)
1171elemNameLi = new SourceLineInfo(
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
277new SourceLineInfo(ex.SourceUri, ex.LineNumber, ex.LinePosition, ex.LineNumber, ex.LinePosition) :