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)
278if ((_minEntriesInUse - 1) > ((_cPagesInUse - 1) * NUM_ENTRIES)) 421if (_cEntriesInUse >= _minEntriesInUse || _blockReduce)