5 writes to First
System.Windows.Forms.Primitives (5)
System\Windows\Forms\SinglyLinkedList.cs (5)
27First = Last = node; 33First = node; 47First = Last = node; 151_list.First = _current.Next; 214_list.First = _current;
6 references to First
System.Windows.Forms.Primitives (6)
System\Windows\Forms\SinglyLinkedList.cs (6)
32node.Next = First; 52Debug.Assert(First is not null && Last is not null); 111_current = _list.First; 148if (_current == _list.First) 190if (_current == _list.First) 213_current.Next = _list.First;