3 writes to _next
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\DiagnosticListener.cs (3)
141
_next
= s_allListeners;
175
cur.
_next
= _next;
181
_next
= null;
5 references to _next
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\DiagnosticListener.cs (5)
167
s_allListeners = s_allListeners.
_next
;
173
if (cur.
_next
== this)
175
cur._next =
_next
;
178
cur = cur.
_next
;
345
for (DiagnosticListener? cur = s_allListeners; cur != null; cur = cur.
_next
)