2 writes to _nextNode
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Activity.cs (2)
1573
_nextNode
= head;
1604
_nextNode
= _nextNode.Next;
3 references to _nextNode
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Activity.cs (3)
1597
if (
_nextNode
== null)
1603
_currentNode =
_nextNode
;
1604
_nextNode =
_nextNode
.Next;