13 writes to Next
System.Diagnostics.DiagnosticSource (13)
System\Diagnostics\Activity.cs (9)
1566
newNode.
Next
= _first;
1594
newNode.
Next
= _first;
1620
previous.
Next
= previous.Next.Next;
1648
_last.
Next
= new DiagNode<KeyValuePair<string, object?>>(e.Current);
1672
_last!.
Next
= new DiagNode<KeyValuePair<string, object?>>(e.Current);
1678
_last.
Next
= new DiagNode<KeyValuePair<string, object?>>(e.Current);
1697
_last!.
Next
= newNode;
1747
previous.
Next
= previous.Next.Next;
1786
_last!.
Next
= newNode;
System\Diagnostics\DiagLinkedList.cs (4)
33
_last.
Next
= new DiagNode<T>(e.Current);
59
_last!.
Next
= newNode;
121
previous.
Next
= current.Next;
144
newNode.
Next
= _first;
36 references to Next
System.Diagnostics.DiagnosticSource (36)
System\Diagnostics\Activity.cs (24)
397
for (DiagNode<KeyValuePair<string, string?>>? current = activity._baggage.First; current != null; current = current.
Next
)
1547
_nextNode = _nextNode.
Next
;
1590
current = current.
Next
;
1610
_first = _first.
Next
;
1616
while (previous.
Next
!= null)
1618
if (previous.
Next
.Value.Key == key)
1620
previous.Next = previous.
Next
.
Next
;
1623
previous = previous.
Next
;
1649
_last = _last.
Next
;
1673
_last = _last.
Next
;
1679
_last = _last.
Next
;
1713
current = current.
Next
;
1729
_first = _first.
Next
;
1739
while (previous.
Next
!= null)
1741
if (previous.
Next
.Value.Key == key)
1743
if (object.ReferenceEquals(_last, previous.
Next
))
1747
previous.Next = previous.
Next
.
Next
;
1750
previous = previous.
Next
;
1774
current = current.
Next
;
1806
current = current.
Next
;
1824
DiagNode<KeyValuePair<string, object?>>? current = _first.
Next
;
1832
current = current.
Next
;
System\Diagnostics\DiagLinkedList.cs (7)
34
_last = _last.
Next
;
85
current = current.
Next
;
107
_first = previous.
Next
;
115
DiagNode<T>? current = previous.
Next
;
121
previous.Next = current.
Next
;
131
current = current.
Next
;
180
_nextNode = _nextNode.
Next
;
System\Diagnostics\Metrics\Instrument.common.cs (1)
100
current = current.
Next
;
System\Diagnostics\Metrics\Instrument.cs (2)
154
current = current.
Next
;
204
current = current.
Next
;
System\Diagnostics\Metrics\MeterListener.cs (2)
235
current = current.
Next
;
278
current = current.
Next
;