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)
119
if (_list.Count >=
_softLimit
)
143
int overage = _list.Count -
_softLimit
;
169
Debug.Assert(removed != 0 ||
_softLimit
< 20);