1 write to _softLimit
System.Windows.Forms.Primitives (1)
System\Windows\Forms\RefCountedCache.cs (1)
43_softLimit = softLimit;
3 references to _softLimit
System.Windows.Forms.Primitives (3)
System\Windows\Forms\RefCountedCache.cs (3)
119if (_list.Count >= _softLimit) 143int overage = _list.Count - _softLimit; 169Debug.Assert(removed != 0 || _softLimit < 20);