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