3 writes to _current
System.Collections (3)
System\Collections\Generic\LinkedList.cs (3)
516_current = default; 549_current = _node.item; 565_current = default;
1 reference to _current
System.Collections (1)
System\Collections\Generic\LinkedList.cs (1)
520public T Current => _current!;