3 writes to _next
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Activity.cs (3)
1626
_next
= null;
1647
_next
= baggage.First;
1652
_next
= _next.Next;
3 references to _next
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Activity.cs (3)
1636
while (
_next
is null)
1651
Current =
_next
.Value;
1652
_next =
_next
.Next;