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