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)
526if (_index == 0 || (_index == _list.Count + 1)) 537if (_version != _list.version) 544_index = _list.Count + 1; 551if (_node == _list.head) 560if (_version != _list.version) 566_node = _list.head;