4 writes to count
System.Collections (4)
System\Collections\Generic\LinkedList.cs (4)
185count = 0; 384count++; 394count++; 416count--;
6 references to count
System.Collections (6)
System\Collections\Generic\LinkedList.cs (6)
51get { return count; } 335info.AddValue(CountName, count); // this is the length of the bucket array. 337if (count != 0) 339T[] array = new T[count]; 389Debug.Assert(head == null && count == 0, "LinkedList must be empty when this method is called!"); 403Debug.Assert(count == 1 && head == node, "this should only be true for a list with only one node");