1 write to globalValues
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
96
this.
globalValues
= (this.globalNames != null) ? new object[this.globalNames.Length] : null;
7 references to globalValues
System.Data.SqlXml (7)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (7)
175
Debug.Assert(this.
globalValues
[idx] is IList<XPathItem>, "Only debugger should call this method, and all global values should have type item* in debugging scenarios.");
176
return (IList) this.
globalValues
[idx];
189
Debug.Assert(this.
globalValues
[idx] is IList<XPathItem>, "Only debugger should call this method, and all global values should have type item* in debugging scenarios.");
192
this.
globalValues
[idx] = (IList<XPathItem>) XmlAnyListConverter.ItemList.ChangeType(value, typeof(XPathItem[]), null);
285
return this.
globalValues
[index] != null;
294
return this.
globalValues
[index];
303
this.
globalValues
[index] = value;