3 writes to _currentNode
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\DiagLinkedList.cs (3)
280
_currentNode
= s_Empty;
291
_currentNode
= s_Empty;
295
_currentNode
= _nextNode;
1 reference to _currentNode
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DiagLinkedList.cs (1)
283
public T Current =>
_currentNode
.Value;