2 writes to Next
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DiagnosticListener.cs (2)
387
cur.
Next
= cur.Next.Next;
408
this.
Next
= next;
7 references to Next
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\DiagnosticListener.cs (7)
363
for (var cur = _subscriptions; cur != null; cur = cur.
Next
)
378
_subscriptions = subscription.
Next
;
383
for (var cur = _subscriptions; cur.
Next
!= null; cur = cur.
Next
)
385
if (cur.
Next
== subscription)
387
cur.Next = cur.
Next
.
Next
;