1 write to _list
System.Collections (1)
System\Collections\Generic\LinkedList.cs (1)
513
_list
= list;
6 references to _list
System.Collections (6)
System\Collections\Generic\LinkedList.cs (6)
526
if (_index == 0 || (_index ==
_list
.Count + 1))
537
if (_version !=
_list
.version)
544
_index =
_list
.Count + 1;
551
if (_node ==
_list
.head)
560
if (_version !=
_list
.version)
566
_node =
_list
.head;