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