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