4 writes to _index
System.Collections (4)
System\Collections\Generic\LinkedList.cs (4)
517
_index
= 0;
544
_index
= _list.Count + 1;
548
++
_index
;
567
_index
= 0;
2 references to _index
System.Collections (2)
System\Collections\Generic\LinkedList.cs (2)
526
if (
_index
== 0 || (
_index
== _list.Count + 1))