3 writes to Last
System.Windows.Forms.Primitives (3)
System\Windows\Forms\SinglyLinkedList.cs (3)
27First = Last = node; 47First = Last = node; 54Last = node;
2 references to Last
System.Windows.Forms.Primitives (2)
System\Windows\Forms\SinglyLinkedList.cs (2)
52Debug.Assert(First is not null && Last is not null); 53Last!.Next = node;