3 writes to _current
System.ComponentModel.TypeConverter (3)
System\ComponentModel\EventDescriptorCollection.cs (3)
426
_current
= -1;
433
_current
++;
442
public void Reset() =>
_current
= -1;
3 references to _current
System.ComponentModel.TypeConverter (3)
System\ComponentModel\EventDescriptorCollection.cs (3)
431
if (
_current
< _total - 1)
448
if (
_current
== -1)
454
return _array!.GetValue(
_current
);