3 writes to _currentNode
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\DiagLinkedList.cs (3)
164
_currentNode
= s_Empty;
175
_currentNode
= s_Empty;
179
_currentNode
= _nextNode;
1 reference to _currentNode
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DiagLinkedList.cs (1)
167
public T Current =>
_currentNode
.Value;