3 writes to _next
System.AddIn (3)
System\Addin\Hosting\AddInControllerImpl.cs (3)
124
last.
_next
= current._next;
139
last.
_next
= current._next;
164
havRef.
_next
= _havList;
6 references to _next
System.AddIn (6)
System\Addin\Hosting\AddInControllerImpl.cs (6)
119
_havList = current.
_next
;
124
last._next = current.
_next
;
125
current = current.
_next
;
137
_havList = current.
_next
;
139
last._next = current.
_next
;
146
current = current.
_next
;