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)
520
public T Current =>
_current
!;