5 references to SourceLineInfo
System.Data.SqlXml (5)
System\Xml\Xsl\SourceLineInfo.cs (1)
39: this(uriString, new Location(startLine, startPos), new Location(endLine, endPos))
System\Xml\Xsl\Xslt\Scripts.cs (1)
79return new SourceLineInfo(this.endUri, this.endLoc, this.endLoc);
System\Xml\Xsl\Xslt\XsltInput.cs (3)
894return new SourceLineInfo(Uri, Start, End); 915return new SourceLineInfo(Uri, new Location(line, pos), new Location(line, pos + QualifiedName.Length)); 926return new SourceLineInfo(reader.BaseURI, loc, loc);