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