3 references to Uri
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\XsltInput.cs (2)
894
return new SourceLineInfo(
Uri
, Start, End);
915
return new SourceLineInfo(
Uri
, new Location(line, pos), new Location(line, pos + QualifiedName.Length));
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
1109
string uriString = input.
Uri
;