7 writes to Next
System.Windows.Forms.Primitives (7)
System\Windows\Forms\SinglyLinkedList.cs (7)
32node.Next = First; 53Last!.Next = node; 159_previous!.Next = null; 168_previous!.Next = next; 204_previous.Next = null; 209_previous.Next = _current.Next; 213_current.Next = _list.First;
6 references to Next
System.Windows.Forms.Primitives (6)
System\Windows\Forms\SinglyLinkedList.cs (6)
113else if (_current.Next is not null) 117_current = _current.Next; 151_list.First = _current.Next; 166Node? next = _current.Next; 199if (_current.Next is null) 209_previous.Next = _current.Next;