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