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)
30return _count; 99if (index >= _count) 131Array.Sort(_innerArray, 0, _count); 212else if (_count + elements >= _innerArray.Length) 266ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(index, _count); 269for (int i = index; i < _count; i++) 283ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(index, _count); 291ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(index, _count);