5 writes to items
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (5)
70this.items = new T[DefaultCacheSize]; 77this.items = new T[capacity]; 84this.items = array; 92this.items = new T[1]; 369this.items = cacheNew;
8 references to items
System.Data.SqlXml (8)
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (8)
93this.items[0] = value; 154Array.Copy(this.items, 0, array, index, this.size); 232return this.items[index]; 299return this.items[index]; 308int index = Array.IndexOf(this.items, value); 344this.items[this.size++] = value; 356Array.Sort(keys, this.items, 0, this.size); 366if (this.size >= this.items.Length) {