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