4 writes to _minEntriesInUse
System.Runtime.Caching (4)
System\Runtime\Caching\CacheExpires.cs (4)
123_minEntriesInUse = -1; 288_minEntriesInUse = -1; 296_minEntriesInUse = (int)(capacity * MIN_LOAD_FACTOR); 300_minEntriesInUse = -1;
2 references to _minEntriesInUse
System.Runtime.Caching (2)
System\Runtime\Caching\CacheExpires.cs (2)
298if ((_minEntriesInUse - 1) > ((_cPagesInUse - 1) * NUM_ENTRIES)) 436if (_cEntriesInUse >= _minEntriesInUse || _blockReduce)