4 writes to _addMethod
System.ComponentModel.TypeConverter (4)
System\ComponentModel\ReflectEventDescriptor.cs (4)
124_addMethod = desc._addMethod; 321_addMethod = _realEvent.GetAddMethod(); 343_addMethod = defined.GetAddMethod(); 364_addMethod = FindMethod(_componentClass, "AddOn" + Name, argsType, typeof(void));
6 references to _addMethod
System.ComponentModel.TypeConverter (6)
System\ComponentModel\ReflectEventDescriptor.cs (6)
124_addMethod = desc._addMethod; 209_addMethod!.Invoke(component, new[] { value }); 246Debug.Assert(_addMethod != null, $"Null remove method for {Name}"); 247FillSingleMethodAttribute(_addMethod, attributes); 326if (_addMethod == null || _removeMethod == null) 366if (_addMethod == null || _removeMethod == null)