3 writes to Count
System.Windows.Forms.Primitives (3)
System\Windows\Forms\SinglyLinkedList.cs (3)
36
Count
++;
57
Count
++;
172
_list.
Count
--;
7 references to Count
System.Windows.Forms.Primitives (7)
System\Windows\Forms\RefCountedCache.cs (4)
119
if (_list.
Count
>= _softLimit)
125
if (_list.
Count
< _hardLimit)
143
int overage = _list.
Count
- _softLimit;
149
int skip = _list.
Count
- overage;
System\Windows\Forms\SinglyLinkedList.cs (3)
24
if (
Count
== 0)
44
if (
Count
== 0)
104
if (_finished || _list.
Count
== 0)