3 writes to indexes
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (3)
147
this.
indexes
= null;
879
this.
indexes
= new ArrayList[indexId + 4];
885
this.
indexes
= indexesNew;
9 references to indexes
System.Data.SqlXml (9)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (9)
846
if (this.
indexes
!= null && indexId < this.
indexes
.Length) {
847
docIndexes = (ArrayList) this.
indexes
[indexId];
878
if (this.
indexes
== null) {
881
else if (indexId >= this.
indexes
.Length) {
884
Array.Copy(this.
indexes
, 0, indexesNew, 0, this.
indexes
.Length);
888
docIndexes = (ArrayList) this.
indexes
[indexId];
891
this.
indexes
[indexId] = docIndexes;