4 references to SourceLineInfo
System.Private.Xml (4)
System\Xml\Xsl\SourceLineInfo.cs (1)
35: this(uriString, new Location(startLine, startPos), new Location(endLine, endPos))
System\Xml\Xsl\Xslt\XsltInput.cs (3)
1053return new SourceLineInfo(Uri, Start, End); 1077return new SourceLineInfo(Uri, new Location(line, pos), new Location(line, pos + QualifiedName.Length)); 1089return new SourceLineInfo(_reader.BaseURI!, loc, loc);