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