3 writes to _next
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\DiagnosticListener.cs (3)
145
_next
= s_allListeners;
179
cur.
_next
= _next;
185
_next
= null;
5 references to _next
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\DiagnosticListener.cs (5)
171
s_allListeners = s_allListeners.
_next
;
177
if (cur.
_next
== this)
179
cur._next =
_next
;
182
cur = cur.
_next
;
349
for (DiagnosticListener? cur = s_allListeners; cur != null; cur = cur.
_next
)