4 writes to _minEntriesInUse
System.Runtime.Caching (4)
System\Runtime\Caching\CacheUsage.cs (4)
156
_minEntriesInUse
= -1;
268
_minEntriesInUse
= -1;
276
_minEntriesInUse
= (int)(capacity * MIN_LOAD_FACTOR);
280
_minEntriesInUse
= -1;
2 references to _minEntriesInUse
System.Runtime.Caching (2)
System\Runtime\Caching\CacheUsage.cs (2)
278
if ((
_minEntriesInUse
- 1) > ((_cPagesInUse - 1) * NUM_ENTRIES))
421
if (_cEntriesInUse >=
_minEntriesInUse
|| _blockReduce)