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)
79
return new
SourceLineInfo
(this.endUri, this.endLoc, this.endLoc);
System\Xml\Xsl\Xslt\XsltInput.cs (3)
894
return new
SourceLineInfo
(Uri, Start, End);
915
return new
SourceLineInfo
(Uri, new Location(line, pos), new Location(line, pos + QualifiedName.Length));
926
return new
SourceLineInfo
(reader.BaseURI, loc, loc);