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