13 writes to Next
System.Diagnostics.DiagnosticSource (13)
System\Diagnostics\Activity.cs (9)
1671
newNode.
Next
= _first;
1699
newNode.
Next
= _first;
1725
previous.
Next
= previous.Next.Next;
1753
_last.
Next
= new DiagNode<KeyValuePair<string, object?>>(e.Current);
1777
_last!.
Next
= new DiagNode<KeyValuePair<string, object?>>(e.Current);
1783
_last.
Next
= new DiagNode<KeyValuePair<string, object?>>(e.Current);
1802
_last!.
Next
= newNode;
1852
previous.
Next
= previous.Next.Next;
1891
_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;
40 references to Next
System.Diagnostics.DiagnosticSource (40)
System\Diagnostics\Activity.cs (25)
400
for (DiagNode<KeyValuePair<string, string?>>? current = activity._baggage.First; current != null; current = current.
Next
)
1604
_nextNode = _nextNode.
Next
;
1652
_next = _next.
Next
;
1695
current = current.
Next
;
1715
_first = _first.
Next
;
1721
while (previous.
Next
!= null)
1723
if (previous.
Next
.Value.Key == key)
1725
previous.Next = previous.
Next
.
Next
;
1728
previous = previous.
Next
;
1754
_last = _last.
Next
;
1778
_last = _last.
Next
;
1784
_last = _last.
Next
;
1818
current = current.
Next
;
1834
_first = _first.
Next
;
1844
while (previous.
Next
!= null)
1846
if (previous.
Next
.Value.Key == key)
1848
if (object.ReferenceEquals(_last, previous.
Next
))
1852
previous.Next = previous.
Next
.
Next
;
1855
previous = previous.
Next
;
1879
current = current.
Next
;
1911
current = current.
Next
;
1929
DiagNode<KeyValuePair<string, object?>>? current = _first.
Next
;
1937
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
;