1 write to uri
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilName.cs (1)
50set { this.uri = value; }
8 references to uri
System.Data.SqlXml (8)
System\Xml\Xsl\QIL\QilName.cs (8)
49get { return this.uri; } 89return this.local == name.local && this.uri == name.uri; 103return a.local == b.local && a.uri == b.uri; 121if (uri.Length == 0) 124return string.Concat("{", uri, "}", local); 127return string.Concat("{", uri, "}", prefix, ":", local);