2 writes to count
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilList.cs (2)
120
this.
count
++;
131
this.
count
--;
16 references to count
System.Data.SqlXml (16)
System\Xml\Xsl\QIL\QilList.cs (16)
49
if (this.
count
> 0) {
51
for (int i = 0; i < this.
count
; i++)
58
for (int i = 1; i < this.
count
; i++)
86
get { return this.
count
; }
91
if (index >= 0 && index < this.
count
)
97
if (index >= 0 && index < this.
count
)
108
if (index < 0 || index > this.
count
)
111
if (this.
count
== this.members.Length) {
112
QilNode[] membersNew = new QilNode[this.
count
* 2];
113
Array.Copy(this.members, membersNew, this.
count
);
117
if (index < this.
count
)
118
Array.Copy(this.members, index, this.members, index + 1, this.
count
- index);
128
if (index < 0 || index >= this.
count
)
132
if (index < this.
count
)
133
Array.Copy(this.members, index + 1, this.members, index, this.
count
- index);
135
this.members[this.
count
] = null;