4 writes to count
System (4)
compmod\system\collections\generic\linkedlist.cs (4)
166count = 0; 332count++; 341count++; 359count--;
5 references to count
System (5)
compmod\system\collections\generic\linkedlist.cs (5)
56get { return count;} 291info.AddValue(CountName, count); //This is the length of the bucket array. 292if ( count != 0) { 336Debug.Assert( head == null && count == 0, "LinkedList must be empty when this method is called!"); 348Debug.Assert(count == 1 && head == node, "this should only be true for a list with only one node");