1 write to _globalValues
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
87_globalValues = (_globalNames != null) ? new object[_globalNames.Length] : null;
7 references to _globalValues
System.Private.Xml (7)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (7)
175Debug.Assert(_globalValues![idx] is IList<XPathItem>, "Only debugger should call this method, and all global values should have type item* in debugging scenarios."); 176return (IList)_globalValues[idx]; 192Debug.Assert(_globalValues![idx] is IList<XPathItem>, "Only debugger should call this method, and all global values should have type item* in debugging scenarios."); 195_globalValues[idx] = (IList<XPathItem>)XmlAnyListConverter.ItemList.ChangeType(value, typeof(XPathItem[]), null); 291return _globalValues![index] != null; 301return _globalValues![index]; 311_globalValues![index] = value;