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