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