1 write to name
System (1)
compmod\system\componentmodel\DefaultEventAttribute.cs (1)
32
this.
name
= name;
2 references to name
System (2)
compmod\system\componentmodel\DefaultEventAttribute.cs (2)
44
return
name
;
59
return (other != null) && other.Name ==
name
;