2 writes to Next
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\DiagnosticListener.cs (2)
391
cur.
Next
= cur.Next.Next;
412
this.
Next
= next;
7 references to Next
System.Diagnostics.DiagnosticSource (7)
System\Diagnostics\DiagnosticListener.cs (7)
367
for (var cur = _subscriptions; cur != null; cur = cur.
Next
)
382
_subscriptions = subscription.
Next
;
387
for (var cur = _subscriptions; cur.
Next
!= null; cur = cur.
Next
)
389
if (cur.
Next
== subscription)
391
cur.Next = cur.
Next
.
Next
;