4 writes to addMethod
System (4)
compmod\system\componentmodel\ReflectEventDescriptor.cs (4)
120this.addMethod = desc.addMethod; 326addMethod = realEvent.GetAddMethod(); 344addMethod = defined.GetAddMethod(); 365addMethod = FindMethod(componentClass, "AddOn" + Name, argsType, typeof(void));
6 references to addMethod
System (6)
compmod\system\componentmodel\ReflectEventDescriptor.cs (6)
120this.addMethod = desc.addMethod; 213SecurityUtils.MethodInfoInvoke(addMethod, component, new object[] { value}); 256Debug.Assert(addMethod != null, "Null remove method for " + Name); 257FillSingleMethodAttribute(addMethod, attributes); 331if (addMethod == null || removeMethod == null) { 367if (addMethod == null || removeMethod == null) {