1 write to next
System (1)
compmod\system\componentmodel\EventHandlerList.cs (1)
129
this.
next
= next;
2 references to next
System (2)
compmod\system\componentmodel\EventHandlerList.cs (2)
88
currentListEntry = currentListEntry.
next
;
105
found = found.
next
;