2 writes to _count
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilList.cs (2)
132
_count
++;
144
_count
--;
16 references to _count
System.Private.Xml (16)
System\Xml\Xsl\QIL\QilList.cs (16)
51
if (
_count
> 0)
55
for (int i = 0; i <
_count
; i++)
63
for (int i = 1; i <
_count
; i++)
93
get { return
_count
; }
100
if (index >= 0 && index <
_count
)
107
if (index >= 0 && index <
_count
)
119
if (index < 0 || index >
_count
)
122
if (
_count
== _members.Length)
124
QilNode[] membersNew = new QilNode[
_count
* 2];
125
Array.Copy(_members, membersNew,
_count
);
129
if (index <
_count
)
130
Array.Copy(_members, index, _members, index + 1,
_count
- index);
141
if (index < 0 || index >=
_count
)
145
if (index <
_count
)
146
Array.Copy(_members, index + 1, _members, index,
_count
- index);
148
_members[
_count
] = null!;