1 write to local
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilName.cs (1)
45set { this.local = value; }
11 references to local
System.Data.SqlXml (11)
System\Xml\Xsl\QIL\QilName.cs (11)
44get { return this.local; } 64return this.local; 67return this.prefix + ':' + this.local; 77return this.local.GetHashCode(); 89return this.local == name.local && this.uri == name.uri; 103return a.local == b.local && a.uri == b.uri; 122return local; 124return string.Concat("{", uri, "}", local); 127return string.Concat("{", uri, "}", prefix, ":", local);