1 write to globalNames
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
95
this.
globalNames
= data.GlobalNames;
7 references to globalNames
System.Data.SqlXml (7)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (7)
96
this.globalValues = (this.
globalNames
!= null) ? new object[this.
globalNames
.Length] : null;
164
return this.
globalNames
;
172
for (int idx = 0; idx < this.
globalNames
.Length; idx++) {
173
if (this.
globalNames
[idx] == name) {
186
for (int idx = 0; idx < this.
globalNames
.Length; idx++) {
187
if (this.
globalNames
[idx] == name) {