2 writes to _count
mscorlib (2)
system\rttype.cs (2)
111
_count
= 0;
194
_count
++;
12 references to _count
mscorlib (12)
system\rttype.cs (12)
137
if (
_count
== 0)
139
if (
_count
== 1)
142
Array.Resize(ref _items,
_count
);
143
_capacity =
_count
;
149
if (
_count
== 0)
152
if (
_count
== 1)
158
Array.Copy(_items, 0, array, index,
_count
);
165
return
_count
;
171
if (
_count
== 0)
177
if (
_count
== 1)
185
if (_capacity ==
_count
)
192
_items[
_count
] = item;