1 write to prefix
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilName.cs (1)
55
set { this.
prefix
= value; }
5 references to prefix
System.Data.SqlXml (5)
System\Xml\Xsl\QIL\QilName.cs (5)
54
get { return this.
prefix
; }
63
if (this.
prefix
.Length == 0) {
67
return this.
prefix
+ ':' + this.local;
120
if (
prefix
.Length == 0) {
127
return string.Concat("{", uri, "}",
prefix
, ":", local);