2 writes to _nextNode
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Activity.cs (2)
1484_nextNode = head; 1515_nextNode = _nextNode.Next;
3 references to _nextNode
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Activity.cs (3)
1508if (_nextNode == null) 1514_currentNode = _nextNode; 1515_nextNode = _nextNode.Next;