4 writes to type
System (4)
compmod\system\componentmodel\ReflectEventDescriptor.cs (4)
96this.type = type; 116this.type = oldReflectEventDescriptor.EventType; 346type = defined.EventHandlerType; 349type = realEvent.EventHandlerType;
2 references to type
System (2)
compmod\system\componentmodel\ReflectEventDescriptor.cs (2)
151return type; 364Type[] argsType = new Type[] {type};