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