4 writes to _current
System.Windows.Forms (4)
System\Windows\Forms\Internal\ItemArray.EntryEnumerator.cs (4)
31
_current
= -1;
48
_current
++;
69
_current
= _items.Count;
85
_current
= -1;
5 references to _current
System.Windows.Forms (5)
System\Windows\Forms\Internal\ItemArray.EntryEnumerator.cs (5)
46
if (
_current
< _items.Count - 1)
50
var entry = _items._entries[
_current
];
95
if (
_current
== -1 ||
_current
== _items.Count)
100
return _items._entries[
_current
].Item;