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