5 writes to Last
System.Windows.Forms.Primitives (5)
System\Windows\Forms\SinglyLinkedList.cs (5)
27First = Last = node; 47First = Last = node; 54Last = node; 158_list.Last = _previous; 203_list.Last = _previous;
4 references to Last
System.Windows.Forms.Primitives (4)
System\Windows\Forms\SinglyLinkedList.cs (4)
52Debug.Assert(First is not null && Last is not null); 53Last!.Next = node; 154else if (_current == _list.Last) 202Debug.Assert(_list.Last == _current);