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