13 writes to Next
System.Diagnostics.DiagnosticSource (13)
System\Diagnostics\Activity.cs (9)
1565
newNode.
Next
= _first;
1593
newNode.
Next
= _first;
1619
previous.
Next
= previous.Next.Next;
1647
_last.
Next
= new DiagNode<KeyValuePair<string, object?>>(e.Current);
1671
_last!.
Next
= new DiagNode<KeyValuePair<string, object?>>(e.Current);
1677
_last.
Next
= new DiagNode<KeyValuePair<string, object?>>(e.Current);
1696
_last!.
Next
= newNode;
1746
previous.
Next
= previous.Next.Next;
1785
_last!.
Next
= newNode;
System\Diagnostics\DiagLinkedList.cs (4)
34
_last.
Next
= new DiagNode<T>(e.Current);
60
_last!.
Next
= newNode;
122
previous.
Next
= current.Next;
145
newNode.
Next
= _first;
39 references to Next
System.Diagnostics.DiagnosticSource (39)
System\Diagnostics\Activity.cs (24)
397
for (DiagNode<KeyValuePair<string, string?>>? current = activity._baggage.First; current != null; current = current.
Next
)
1546
_nextNode = _nextNode.
Next
;
1589
current = current.
Next
;
1609
_first = _first.
Next
;
1615
while (previous.
Next
!= null)
1617
if (previous.
Next
.Value.Key == key)
1619
previous.Next = previous.
Next
.
Next
;
1622
previous = previous.
Next
;
1648
_last = _last.
Next
;
1672
_last = _last.
Next
;
1678
_last = _last.
Next
;
1712
current = current.
Next
;
1728
_first = _first.
Next
;
1738
while (previous.
Next
!= null)
1740
if (previous.
Next
.Value.Key == key)
1742
if (object.ReferenceEquals(_last, previous.
Next
))
1746
previous.Next = previous.
Next
.
Next
;
1749
previous = previous.
Next
;
1773
current = current.
Next
;
1805
current = current.
Next
;
1823
DiagNode<KeyValuePair<string, object?>>? current = _first.
Next
;
1831
current = current.
Next
;
System\Diagnostics\DiagLinkedList.cs (10)
35
_last = _last.
Next
;
86
current = current.
Next
;
108
_first = previous.
Next
;
116
DiagNode<T>? current = previous.
Next
;
122
previous.Next = current.
Next
;
132
current = current.
Next
;
231
current = current.
Next
;
244
current = current.
Next
;
256
current = current.
Next
;
296
_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
;