4 writes to item
System.Collections (4)
System\Collections\Generic\LinkedList.cs (4)
596item = value; 602item = value; 623set { item = value; } 627public ref T ValueRef => ref item;
8 references to item
System.Collections (8)
System\Collections\Generic\LinkedList.cs (8)
215array[index++] = node!.item; 231if (c.Equals(node!.item, value)) 242if (node!.item == null) 266if (c.Equals(node!.item, value)) 278if (node!.item == null) 489objects[index++] = node!.item; 549_current = _node.item; 622get { return item; }