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