5 writes to First
System.Windows.Forms.Primitives (5)
System\Windows\Forms\SinglyLinkedList.cs (5)
27
First
= Last = node;
33
First
= node;
47
First
= Last = node;
151
_list.
First
= _current.Next;
214
_list.
First
= _current;
6 references to First
System.Windows.Forms.Primitives (6)
System\Windows\Forms\SinglyLinkedList.cs (6)
32
node.Next =
First
;
52
Debug.Assert(
First
is not null && Last is not null);
111
_current = _list.
First
;
148
if (_current == _list.
First
)
190
if (_current == _list.
First
)
213
_current.Next = _list.
First
;