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