3 writes to _count
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (3)
83
_count
= 0;
130
_innerArray![
_count
++] = item;
268
_count
--;
8 references to _count
System.Windows.Forms (8)
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (8)
30
return
_count
;
99
if (index >=
_count
)
131
Array.Sort(_innerArray, 0,
_count
);
212
else if (
_count
+ elements >= _innerArray.Length)
266
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(index,
_count
);
269
for (int i = index; i <
_count
; i++)
283
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(index,
_count
);
291
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(index,
_count
);