2 writes to _events
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (2)
461_events = new EventDescriptorCollection(eventArray, true); 559_events = null;
3 references to _events
System.ComponentModel.TypeConverter (3)
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (3)
40internal bool IsPopulated => (_attributes != null) | (_events != null) | (_properties != null); 441if (_events == null) 464return _events;