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