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