2 writes to Count
System.Windows.Forms.Primitives (2)
System\Windows\Forms\SinglyLinkedList.cs (2)
36
Count
++;
57
Count
++;
6 references to Count
System.Windows.Forms.Primitives (6)
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 (2)
24
if (
Count
== 0)
44
if (
Count
== 0)