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