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